Remove your reaction
DELETE/api/chat/channels/{channelId}/messages/{messageId}/reactions/{emoji}
DELETE
/api/chat/channels/{channelId}/messages/{messageId}/reactions/{emoji}
Only ever removes the caller’s own reaction.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”channelId
required
string format: uuid
messageId
required
string format: uuid
emoji
required
URL-encoded emoji from the fixed palette
string
URL-encoded emoji from the fixed palette
Responses
Section titled “Responses”Reaction removed
object
ok
required
boolean
data
Emoji outside the palette
object
ok
required
boolean
error
required
string
code
string
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Forbidden
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string
