Remove a reaction
DELETE/v1/chats/{chatID}/messages/{messageID}/reactions
Remove the authenticated user’s reaction from an existing message.
Remove a reaction
curl http://localhost:23373/v1/chats/$CHAT_ID/messages/$MESSAGE_ID/reactions \
-X DELETE \
-H "Authorization: Bearer $BEEPER_ACCESS_TOKEN"{
"chatID": "!signal_adamvy:local-signal.localhost",
"messageID": "1343993",
"reactionKey": "❤️",
"success": true
}Returns Examples
{
"chatID": "!signal_adamvy:local-signal.localhost",
"messageID": "1343993",
"reactionKey": "❤️",
"success": true
}