Delete Customer

DELETE {{baseUrl}}/customers/:customer

This endpoint allows you to delete a customer from the store customers list by passing the customer as a path parameter.

customers.read_write- Customers Read & Write

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}