cURL
curl --request DELETE \ --url http://localhost:8091/api/messages/{messageID}/reactions/{emoji} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Removes an emoji reaction from a message.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Message ID
Emoji character (URL-encoded)
Reaction removed