DELETE
/
integrations
/
vertofx
/
beneficiaries
/
{id}
Delete VertoFx Beneficiary
curl --request DELETE \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/vertofx/beneficiaries/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Beneficiary deleted successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the beneficiary to delete.

Response

200
application/json

Beneficiary deleted successfully

The response is of type object.