id. Requires the Manage Journal Accounts permission. A category can only be deleted when it is empty: it must have no child categories, no child accounts, no linked auto-account routes, and must not be a system default account.Authorization: Bearer ********************curl --location --globoff --request DELETE 'https://.daftara.com/api2/journal_cats/56' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"message": "Account has been deleted"
}