한국어
Appearance
댓글에서 반응을 제거합니다.
id
string
type
204 No Content를 반환합니다. 응답 본문은 비어 있습니다.
204 No Content
curl -X DELETE 'https://api.youvico.com/api/comments/2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6/reactions' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "type": "👍" }'
성공 시 204 No Content를 반환합니다.
WARNING
이 엔드포인트는 DELETE 메서드를 사용하지만 JSON 본문이 필요합니다.
DELETE
반응 제거 Tier 4
댓글에서 반응을 제거합니다.
요청
Path
idstringrequiredBody
typestringrequired응답
204 No Content를 반환합니다. 응답 본문은 비어 있습니다.예시
성공 시
204 No Content를 반환합니다.WARNING
이 엔드포인트는
DELETE메서드를 사용하지만 JSON 본문이 필요합니다.