- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteTaxRateRules - Tax Module Reference
This documentation provides a reference to the deleteTaxRateRules
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.
deleteTaxRateRules(taxRateRuleId, sharedContext?): Promise<void>#
This method deletes a tax rate rule by its ID.
Example#
Parameters#
taxRateRuleId
stringThe tax rate rule's ID.
Returns#
Promise
Promise<void>Resolves when the tax rate rule is deleted successfully.
deleteTaxRateRules(taxRateRuleIds, sharedContext?): Promise<void>#
This method deletes tax rate rules by their IDs.
Example#
Parameters#
taxRateRuleIds
string[]The tax rate rules' IDs.
Returns#
Promise
Promise<void>Resolves when the tax rate rules are deleted successfully.
Was this page helpful?