Skip to main content
DELETE
/
v1
/
beneficiaries
/
{beneficiaryId}
Delete
curl --request DELETE \
  --url https://api.cadanapay.com/v1/beneficiaries/{beneficiaryId}
{
  "code": "resource_not_found",
  "message": "Requested resource could not be found."
}

Path Parameters

beneficiaryId
string<uuid>
required

The unique identifier for the beneficiary

Example:

"c06f3427-3bbe-4d70-9a54-28acda267e48"

Response

Successful operation