/reactions.remove
POST
/reactions.remove
reactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://slack.com/api/reactions.remove' \
--header 'token;' \
--data-urlencode 'name='
Response Response Example
200 - response
{
"ok": true
}
Request
Header Params
token
stringÂ
required
reactions:write
Body Params application/x-www-form-urlencoded
channel
stringÂ
optional
file
stringÂ
optional
file_comment
stringÂ
optional
name
stringÂ
required
timestamp
stringÂ
optional
Responses
Modified at 2023-08-15 05:39:46