DELETE
method, and the transaction ID must be included in the URL to specify which journal entry should be deleted. No request body is required.ApiKey: ********************
curl --location --request DELETE 'https://app.hisabkitab.co/third-party/journal-transactions/1' \
--header 'ApiKey: <api-key>'
{
"success": true,
"message": "Journal transaction deleted successfully."
}