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