Skip to content

삭제 Tier 4

DELETE/comments/{id}/reactionsCopied!

댓글에 추가한 내 리액션을 삭제해요.

접근 가능한 사용자

사용자

Request

Body

typestringrequired
삭제할 리액션 이모지

Path

idstringrequired
댓글 ID

Response

Returns 200 OK.

없음

Example

bash
curl -X DELETE 'https://api.youvico.com/comments/6ba7b810-9dad-11d1-80b4-00c04fd430c8/reactions' \
  -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...' \
  -H 'Content-Type: application/json' \
  -d '{
    "type": "👍"
  }'