DELETE
/
beneficiaries
/
{id}
curl --request DELETE \
  --url https://api.notchpay.co/beneficiaries/{id} \
  --header 'Authorization: <api-key>'
{
  "code": 202,
  "status": "Accepted",
  "message": "Beneficiary deleted successfully",
  "beneficiary": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Unique identifier of the beneficiary

Response

202
application/json
Beneficiary deleted

The response is of type object.