Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | The ID of the beneficiary to delete. |
Responses
ā 200 - Beneficiary deleted successfully
ā ļø 400 - Bad Request
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
Tags
VertoFx
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
The ID of the beneficiary to delete.
Response
Beneficiary deleted successfully
Example:
"Beneficiary deleted successfully"