v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Accounting entry types

Delete accounting entry type

Delete a specific accounting entry type by its ID.

delete/v2/entry-types/{entryTypeId}

Path parameters

entryTypeIdinteger required

Numeric entry type ID

Request body

reasonstring required

Reason for the operation.

responsiblestring

User name or ID of the person performing the operation.

Example request

{
  "reason": "Deleting accounting entry type configuration.",
  "responsible": "John Doe"
}

Response

OK