Ban Customer
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
PUT
https://api.salla.dev/admin/v2
Customers
Last modified:2025-04-13 08:52:02
customer
as a path parameter.Note
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.salla.dev/admin/v2/customers/blacklist/' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "untrusted customer"
}'
Response Response Example
200 - Example
{
"status": 201,
"success": true,
"data": {
"message": "The Blacklist has been updated successfully",
"code": 201
}
}
Request
Path Params
customer
integerÂ
required
Body Params application/json
Responses
Modified at 2025-04-13 08:52:02