curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/v1/invoice/{id}/ \
--header 'Authorization: <api-key>'
Permanently deletes an accounting invoice and its associated journal entry and related data.
This endpoint performs a complete deletion of the invoice including:
Important Notes:
Restrictions:
curl --request DELETE \
--url https://api.meetcampfire.com/coa/api/v1/invoice/{id}/ \
--header 'Authorization: <api-key>'
Token-based authentication with required prefix "Token"
No response body