Skip to main content
DELETE
/
taxes
/
{tax_code}
Delete a tax
curl --request DELETE \
  --url https://api-m.sandbox.paypal.com/v1/commerce/billing/taxes/{tax_code} \
  --header 'Authorization: Bearer <token>'
{
  "name": "NOT_AUTHORIZED",
  "message": "Authorization failed due to insufficient permissions.",
  "debug_id": "565f78f101498",
  "details": [
    {
      "issue": "PERMISSION_DENIED",
      "description": "You do not have permission to access or perform operations on this resource."
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.

Path Parameters

tax_code
string
required

Unique identifier code for the tax

Response

Tax deleted successfully