Удаляет услугу только из списка текущего пользователя. Тело запроса не требуется.
Security
bearerAuth or jwtCookie
- https://felmee.comhttps://felmee.com/api/comparison/{serviceId}
- http://localhost:8080http://localhost:8080/api/comparison/{serviceId}
curl -i -X DELETE \
'https://felmee.com/api/comparison/{serviceId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Услуга удалена из сравнения.
Устаревший 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"
Example:null
Response
{ "success": true, "message": "Service deleted from comparison successfully", "codeError": null, "error_code": null, "data": null }