curl --request DELETE \
--url https://api.cadanapay.com/v1/beneficiaries/{beneficiaryId} \
--header 'Authorization: Bearer <token>'{
"code": "resource_not_found",
"message": "Requested resource could not be found."
}Delete an existing beneficiary
curl --request DELETE \
--url https://api.cadanapay.com/v1/beneficiaries/{beneficiaryId} \
--header 'Authorization: Bearer <token>'{
"code": "resource_not_found",
"message": "Requested resource could not be found."
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the beneficiary
"c06f3427-3bbe-4d70-9a54-28acda267e48"
Successful operation