POST
/reactions.removeRemove a reaction from an item
Removes a reaction from a message, file, or file comment. Supply the reaction name and identify the target with the applicable body fields. The response confirms that the reaction was removed.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `reactions:write` scope.
Form-encoded reaction-removal details. Supply name and the fields identifying the message, file, or file comment.
namestringrequired
Reaction (emoji) name.
filestringoptional
File to remove reaction from.
file_commentstringoptional
File comment to remove reaction from.
channelstringoptional
Channel where the message to remove reaction from was posted.
timestampstringoptional
Timestamp of the message to remove reaction from.
200Confirms that the reaction was removed successfully.
okbooleanrequired
defaultTypical error response
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
The token must grant the reactions:write scope, and name must identify the reaction to remove. Provide the applicable target using channel and timestamp, file, or file_comment.