delete - Tax Module Reference
This documentation provides a reference to the delete
method. This belongs to the Tax Module.
delete(taxRateIds, sharedContext?): Promise<void>
This method deletes tax rates by their IDs.
Example
Parameters
taxRateIds
string[]RequiredThe IDs of tax rates to delete.
Returns
Promise
Promise<void>RequiredResolves when the tax rates are deleted successfully.
delete(taxRateId, sharedContext?): Promise<void>
This method deletes a tax rate by its ID.
Example
Parameters
taxRateId
stringRequiredThe tax rate's ID.
Returns
Promise
Promise<void>RequiredResolves when the tax rate is deleted successfully.
Was this section helpful?