OpenAPI 3.1.02026-08-143874115.7 MB
a84d4905fdbb
Reactions
Delete reaction
Remove an emoji reaction from a message or forum post. Only the reaction author or a channel admin can remove a reaction.
Required permissions (one of):
- chat:read
- dms:read
- forum:read
- livestream:chat:read
- support_chat:read
delete/reactions/{id}
Path parameters
idstring required
Example:reac_xxxxxxxxxxxxxxxxxxxxxx
The unique identifier of the reaction to remove, or the identifier of the message or forum post to remove a reaction from. When passing a message or post ID, you must also provide the emoji argument.
Query parameters
emojistring nullable
The emoji to remove, in shortcode or unicode format. For example, ':heart:' or a unicode emoji. Required when the id refers to a message or post instead of a reaction.
Response
A successful response
boolean required
Represents true or false values.