Skip to main content

Delete a Tax

OAuthScope

ZohoCommerce.settings.DELETE

 

HTTP Request

DELETE https://commerce.zoho.com/store/api/v1/settings/taxrules/{tax_id}

Request Example

Copiedcurl -i -L -X DELETE
-H "Authorization:Zoho-oauthtoken ***"
-H "X-com-zoho-store-organizationid:58927961"
-H "Content-Type:application/json"
'https://commerce.zoho.com/store/api/v1/settings/taxrules/CA'

Success Response

Copied{
"code": 0,
"message": "The taxrule has been deleted."
}
Delete a simple or compound tax using this API.