v8

OpenAPI 3.1.02026-08-033623795.0 MB
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:

  • 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.