Archive Beneficiary
Last updated
Last updated
PUT {{baseUrl}}/beneficiaries/{beneficiaryID}/archive
This endpoint archives an existing beneficiary. The beneficiaryID
in the URL is the ID of the beneficiary to be archived.
Headers
Authorization: Bearer YOUR_ACCESS_TOKEN
Content-Type: application/json
URL Parameters
beneficiaryID
string
Yes
The ID of the beneficiary to be archived
Request Body
The request body does not require any fields for this endpoint.
Example Request