Delete Beneficiary

Delete a Beneficiary

DELETE /beneficiaries/{beneficiary_id}

Description

When you send a DELETE request to this endpoint, it will permanently remove the beneficiary profile associated with the given beneficiary_id. Upon successful deletion, you will receive a response confirming the beneficiary's removal.

Response

{
 "uid": "df11a64a-d380-4ab4-8568-0a3e2011756c"
}

Last updated