Skip to main content
DELETE
/
tax-rates
/
{id}
Delete a tax rate
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/tax-rates/{id} \
  --header 'Authorization: Bearer <token>'
A named tax rate percentage that can be applied to line items on invoices.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The tax rate uuid

Response

204