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