Skip to main content
DELETE
/
v0
/
tax-codes
/
{taxCodeId}
Delete an tax code
curl --request DELETE \
  --url https://external.pleo.io/v0/tax-codes/{taxCodeId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>

Path Parameters

taxCodeId
string<uuid>
required

Tax code ID to delete

Response

default - application/json;charset=UTF-8

default response