LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Config

Deactivate a tax code

Soft-deletes a custom tax code. System codes cannot be deleted.

DELETE /v1/tax-codes/:code
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Query Parameters
code string required Tax code to deactivate
Responses
200
Success
404
TAX_CODE_NOT_FOUND
400
SYSTEM_TAX_CODE_DELETE_FORBIDDEN
DELETE /v1/tax-codes/:code
cURL
-cmd">curl --request -method">DELETE -punct">\
  --url 'https://api.ledgerlou.de/v1/tax-codes/:code' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
{
  "code": "<string>",
  "is_active": true
}