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