Skip to content

リアクションを削除する Tier 4

DELETE/api/comments/:id/reactionsCopied!

コメントからリアクションを削除します。

リクエスト

パス

idstringrequired
コメント ID

ボディ

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 ボディが必要です。