Доступно владельцу или администратору с разрешением STAFF_DELETE. Пункт Другое добавляет frontend.
Security
bearerAuth or jwtCookie
- https://felmee.comhttps://felmee.com/api/salon/master/reasons/deletion
- http://localhost:8080http://localhost:8080/api/salon/master/reasons/deletion
curl -i -X GET \
https://felmee.com/api/salon/master/reasons/deletion \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Salon master deletion reasons retrieved successfully
Устаревший camelCase-alias поля error_code; при ошибке оба поля содержат одинаковое значение.
Код ошибки. Для успешных ответов всегда null.
Enum:"invalid_body""unauthorized""not_found""conflict""object_modified_by_another_thread""action_too_late""too_many_request""code_is_gone""forbidden""user_blocked"
Response
{ "success": true, "message": "Salon master deletion reasons retrieved successfully", "codeError": null, "error_code": null, "data": [ "Уволился", "Случайно создан аккаунт" ] }