Skip to main content
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"
}
Unlink Verto Beneficiary From User Description:
The /integrations/vertofx/beneficiaries/{beneficiaryId}/unlink endpoint unlinks a VertoFX beneficiary from a Royalti user.
Method: DELETE Path Parameter:
ParameterTypeDescription
beneficiaryIdstringThe unique identifier of the beneficiary to unlink

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Path Parameters

ParameterTypeInRequiredDescription
beneficiaryIdstringpathBeneficiary ID to unlink

Responses

✅ 200 - Success

⚠️ 401 - Unauthorized

⚠️ 404 - Not Found

❌ 500 - Internal Server Error

Tags

VertoFx

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

Success

status
string
message
string
I