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.
OAuth Scopes
customers.read_write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":202,"success":true,"data":{"message":"The Object has been removed successfully","code":202}}