DELETE
request, where the payment transaction ID is included in the URL to specify the record that needs to be deleted. No request body is required for this operation.ApiKey: ********************
curl --location --request DELETE 'https://app.hisabkitab.co/third-party/payment-transactions/1' \
--header 'ApiKey;'
{
"success": true,
"message": "Payment Transaction deleted successfully"
}