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