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

Documentation Index

Fetch the complete documentation index at: https://docs.cadanapay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

beneficiaryId
string<uuid>
required

The unique identifier for the beneficiary

Example:

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

Response

Successful operation