DELETE
/
integrations
/
vertofx
/
beneficiaries
/
{beneficiaryId}
/
unlink
Unlink Verto Beneficiary From User
curl --request DELETE \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx/beneficiaries/{beneficiaryId}/unlink \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Beneficiary unlinked successfully"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

beneficiaryId
string
required

Beneficiary ID to unlink

Response

200
application/json

Success

The response is of type object.