Light Mode
Un-Ban customer
DELETE
/customers/blacklist/{customer}Last modified: 16 days ago
This endpoint allows you to ub-ban (remove from blacklist) one of banned customers by passing the customer
as a path parameter.
Request
Path Params
customer
integer
required
The Customer ID. List of Customers ID can be found here.
Request samples
Responses
Deleted Successfully(202)
Not Found(404)
Deleted Successfully
HTTP Code: 202
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 202,
"success": true,
"data": {
"message": "The customer in the blacklist has been removed successfully",
"code": 202
}
}
Last modified: 16 days ago