日本語
Appearance
ファイルまたはプロジェクトのコメントからリアクションを削除します。
await client.reactions.delete("2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6", { type: "👍", });
youvico comment-reaction delete \ --comment 2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6 \ --type "👍" \ --yes
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": "👍" }'
id
string
type
WARNING
このエンドポイントは DELETE メソッドを使用しますが、JSONボディが必要です。
DELETE
204 No Content を返します。レスポンス本文は空です。
204 No Content
リアクション削除 Tier 4
ファイルまたはプロジェクトのコメントからリアクションを削除します。
例
リクエスト
パス
idstringrequiredボディ
typestringrequiredWARNING
このエンドポイントは
DELETEメソッドを使用しますが、JSONボディが必要です。レスポンス
204 No Contentを返します。レスポンス本文は空です。