Skip to main content
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"
}
Deletes a VertoFx beneficiary by ID.

Authentication

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

Path Parameters

ParameterTypeInRequiredDescription
idstringpathāœ…The ID of the beneficiary to delete.

Responses

āœ… 200 - Beneficiary deleted successfully

āš ļø 400 - Bad Request

āš ļø 401 - Unauthorized

āš ļø 404 - Not Found

Tags

VertoFx

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

Beneficiary deleted successfully

message
string
Example:

"Beneficiary deleted successfully"

⌘I