- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteTaxRates - Tax Module Reference
This documentation provides a reference to the deleteTaxRates
method. This belongs to the Tax Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
deleteTaxRates(taxRateIds, sharedContext?): Promise<void>#
This method deletes tax rates by their IDs.
Example#
Parameters#
taxRateIds
string[]The IDs of tax rates to delete.
Returns#
Promise
Promise<void>Resolves when the tax rates are deleted successfully.
deleteTaxRates(taxRateId, sharedContext?): Promise<void>#
This method deletes a tax rate by its ID.
Example#
Parameters#
taxRateId
stringThe tax rate's ID.
Returns#
Promise
Promise<void>Resolves when the tax rate is deleted successfully.
Was this page helpful?