Delete a tax rate
Only tax rates that were manually added by the entity (as indicated by is_external
= false
) can be deleted.
Tax rates fetched from accounting systems as part of the accounting integration (indicated by is_external
= true
) cannot be deleted.
Path parameters
tax_rate_id
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.