DELETE
request should be made, with the credit note ID specified in the URLApiKey: ********************
curl --location -g --request DELETE '{{host}}income-credit-notes/1' \
--header 'ApiKey;'
{
"success": true,
"message": "Income Credit Note Transaction Deleted Successfully."
}