Delete Customer
DELETE {{baseUrl}}/customers/:customer
Delete a customer from the store customers list by providing the ID of the customer you want to delete in the customer path parameter.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}