Skip to main content
DELETE
Delete VertoFx Beneficiary
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Authorization:
  • Required role: admin or higher

Code Examples

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"