Skip to main content
DELETE
/
v1
/
beneficiaries
/
{beneficiaryId}
cURL
curl --request DELETE \
  --url https://api.nxos.io/v1/beneficiaries/{beneficiaryId} \
  --header 'Authorization: <authorization>'
{
  "object": "beneficiary",
  "beneficiaryId": "bene_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
  "deleted": true
}

Headers

Authorization
string
required

Bearer token. Format: Bearer <api_key>

Path Parameters

beneficiaryId
string
required

Query Parameters

accountId
string
required

Account this beneficiary belongs to.

Response

The request has succeeded.

Confirmation that a beneficiary was archived.

object
enum<string>
required

Object type. Always beneficiary.

Available options:
beneficiary
beneficiaryId
string
required

The archived beneficiary's identifier.

deleted
boolean
required

Always true for delete responses.