cURL
curl --request DELETE \ --url https://api.notchpay.co/beneficiaries/{id} \ --header 'Authorization: <api-key>'
{ "code": 202, "status": "Accepted", "message": "Beneficiary deleted successfully", "beneficiary": [ {} ] }
Unique identifier of the beneficiary
Beneficiary deleted
The response is of type object.
object
Was this page helpful?