v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-beneficiaries
Delete crypto Beneficiary by Id
This operation allows the client to delete a crypto beneficiary by its Id
delete/ledger/crypto-beneficiaries/{beneficiaryId}
Path parameters
beneficiaryIdstring uuid required
The unique ID of a beneficiary
Response
Beneficiary deleted successfully
Example response
{
"success": true,
"error": {
"code": "UNKNOWN_ERROR",
"message": "Request could not be completed due to an error"
}
}