deleteTaxRateRules - Tax Module Reference
This documentation provides a reference to the deleteTaxRateRules
method. This belongs to the Tax Module.
deleteTaxRateRules(taxRateRuleId, sharedContext?): Promise<void>
This method deletes a tax rate rule by its ID.
Example
Parameters
taxRateRuleId
stringRequiredThe tax rate rule's ID.
Returns
Promise
Promise<void>RequiredResolves 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[]RequiredThe tax rate rules' IDs.
Returns
Promise
Promise<void>RequiredResolves when the tax rate rules are deleted successfully.
Was this section helpful?