[lightMode]
Delete Customer
DELETE
/customers/{customer}[updatedIn] 8 days ago
This endpoint allows you to delete a customer from the store customers list by passing the customer
as a path parameter.
Request
[message.pathParameter]
customer
integer
required
The Customer ID. List of Customers ID can be found here.
Request samples
[api.label.responses]
Deleted Successfully(200)
Not Found(404)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
[response.label.jsonSchema]
status
number
optional
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.Response status Code
success
boolean
optional
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
data
array[string]
optional
[api.label.example]
{
"status": 200,
"success": true,
"data": [
"تم حذف Customer بنجاح"
]
}
[updatedIn] 8 days ago