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
| Code | Description |
|---|---|
| 404 | Fee settings not found |
| 401 | Unauthorized |
| 500 | Internal server error |