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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

taxCodeId
string<uuid>
required

Tax code ID to delete

Response

default - application/json;charset=UTF-8

default response