Authorizations
Token-based authentication with required prefix "Token"
Path Parameters
Response
204
No response body
curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/intercompany-journal-entry/{id} \
--header 'Authorization: <api-key>'Permanently deletes an intercompany journal entry and all related transactions.
This endpoint performs a comprehensive cleanup when deleting an intercompany journal entry:
Deletion restrictions:
Error conditions:
On successful deletion, all related journal entries are removed and accounting summaries are recalculated.
curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/intercompany-journal-entry/{id} \
--header 'Authorization: <api-key>'Token-based authentication with required prefix "Token"
No response body