Skip to main content
DELETE
/
v1
/
users
/
{userId}
/
beneficiaries
/
{beneficiaryId}
Delete beneficiary
curl --request DELETE \
  --url https://api.cadanapay.com/v1/users/{userId}/beneficiaries/{beneficiaryId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "resource_not_found",
  "message": "Requested resource could not be found."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string<uuid>
required

The unique identifier for the user

Example:

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

beneficiaryId
string<uuid>
required

The unique identifier for the beneficiary

Example:

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

Response

Successful operation