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:
Parameter | Type | Description |
---|---|---|
beneficiaryId | string | The unique identifier of the beneficiary to unlink |
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"
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Beneficiary ID to unlink
Success
The response is of type object
.
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"
}