Skip to main content

Delete Fee Setting

DELETE/fee-settings/{transaction_type}/{party_type}Open in the API playground →

Remove custom fee setting and revert to preset defaults.

Endpoint

DELETE /api/v1/fee-settings/:transaction_type/:party_type

Authentication

Authorizationstringheaderrequired

Bearer token (Admin JWT)

Path Parameters

transaction_typestringpathrequired

Transaction type

party_typestringpathrequired

Party type

Response

{
"success": true,
"message": "Fee settings deleted successfully. Reverted to preset defaults."
}

Errors

CodeDescription
404Fee settings not found
401Unauthorized
500Internal server error