Taxes
Delete a tax rate
This endpoint is used to delete a tax.
DELETE
/
taxes
/
{code}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The code of the tax. It serves as a unique identifier associated with a particular tax. The code is typically used for internal or system-level identification purposes.
Response
200 - application/json
Was this page helpful?