Skip to content

반응 제거 Tier 4

DELETE/api/comments/:id/reactionsCopied!

댓글에서 반응을 제거합니다.

요청

Path

idstringrequired
댓글 ID

Body

typestringrequired
제거할 이모지

응답

204 No Content를 반환합니다. 응답 본문은 비어 있습니다.

예시

bash
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 본문이 필요합니다.