Delete own reaction on a specific user
documentedRemove your reaction to a specific user's message.
POST /channels/{channel.id}/messages/{message.id}/reactions/{emoji}/@meChannelsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://discord.com/api/v10/channels/{{$channel_id}}/messages/{{$message_id}}/reactions/{{$emoji}}/@me" \
-X PUT \
-H "Authorization: Bot {{DISCORD_BOT_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{}'