Requires an
Idempotency-Key header.Path parameters
string
required
The ID of the beneficiary to archive.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X PUT 'https://api.yativo.com/api/v1/beneficiaries/7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d/archive' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"message": "Beneficiary archived successfully"
}
Archive a beneficiary to hide them from active lists without deleting
curl -X PUT 'https://api.yativo.com/api/v1/beneficiaries/7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d/archive' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"message": "Beneficiary archived successfully"
}
PUT /v1/beneficiaries/{id}/archive
Idempotency-Key header.curl -X PUT 'https://api.yativo.com/api/v1/beneficiaries/7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d/archive' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"message": "Beneficiary archived successfully"
}
