DELETE

Delete Tax Region


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Deletes a tax region.

When a tax region is deleted, tax is not calculated and zero tax will be returned for addresses in this region.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Stores - all permissions
Manage Orders
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/billing/v1/tax-regions/{taxRegionId}

Path Params
taxRegionIdstringRequired

ID of the tax region to delete.

Response Object
Returns an empty object.
Delete TaxRegion

Deletes TaxRegion by id

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?