Skip to main content
DELETE
/
v1
/
api
/
beneficiaries
/
{beneficiaryId}
Deactivate a beneficiary
curl --request DELETE \
  --url https://sandbox.api.eqxpay.io/v1/api/beneficiaries/{beneficiaryId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

beneficiaryId
string
required

Beneficiary ID

Response

Success