Path parameters
string
required
The ID of the beneficiary to delete.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE 'https://api.yativo.com/api/v1/beneficiaries/7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"message": "Beneficiary deleted successfully"
}
Permanently delete a beneficiary record
curl -X DELETE 'https://api.yativo.com/api/v1/beneficiaries/7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"message": "Beneficiary deleted successfully"
}
DELETE /v1/beneficiaries/{id}
curl -X DELETE 'https://api.yativo.com/api/v1/beneficiaries/7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"message": "Beneficiary deleted successfully"
}
