DELETE
request with the ledger ID included in the URL as a required parameter. No request body is needed. Before deleting, ensure that the ledger is not linked to any active transactions or financial entries to prevent inconsistencies.ApiKey: ********************
curl --location --request DELETE 'https://app.hisabkitab.co/third-party/ledgers/1' \
--header 'ApiKey;'
{
"success": true,
"message": "Ledger deleted successfully"
}