DELETE
method, and the URL should include the ID of the receipt transaction that is to be deleted. No data is required in the request.ApiKey: ********************
curl --location --request DELETE 'https://app.hisabkitab.co/third-party/receipt-transactions/1' \
--header 'ApiKey;'
{
"success": true,
"message": "Receipt Transaction deleted successfully"
}