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

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Unique identifier of the customer

Response

202
application/json
Customer deleted

The response is of type object.