Удаление товаров
DELETE/v1/products
Удаление всех товаров из текущей категории.
Request
- application/json
Body
Details of the delete product.
object
Responses
- 200
- 400
- 401
- 403
- 500
Successful operation. Returns the message.
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
{
"message": "string"
}
Bad request. Invalid input or missing required fields.
Unauthorized. User is not authenticated.
Forbidden. User does not have permission to delete products.
Internal server error.
Loading...