DELETE
request to remove an existing expense credit note transaction. The transaction ID is provided in the URL to specify which transaction should be deleted.ApiKey: ********************
curl --location --request DELETE 'https://app.hisabkitab.co/third-party/expense-credit-note/1' \
--header 'ApiKey;'
{
"success": true,
"message": "Expense Credit Note Transaction Deleted Successfully."
}