Deletes a VertoFx beneficiary by ID.
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"
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
The ID of the beneficiary to delete.
Beneficiary deleted successfully
The response is of type object
.
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"
}