Skip to content

channel_reaction_remove

Delete a reaction the current user has made for the message. Returns a 204 empty response on success. Fires a Message Reaction Remove Gateway event. The emoji must be URL Encoded or the request will fail with 10014: Unknown Emoji. To use custom emoji, you must encode it in the format name:id with the emoji name and emoji id

CountNameTypeRequired
1channel_idSnowflakeTrue
2message_idSnowflakeTrue
3emojiSnowflakeTrue
4user_idSnowflake or @meTrue