Messages
Remove a reaction
Remove the authenticated user's reaction from an existing message.
delete/v1/chats/{chatID}/messages/{messageID}/reactions
Path parameters
chatIDstring required
Unique identifier of the chat.
Example:!NCdzlIaMjZUmvmvyHU:beeper.com
Unique identifier of the chat.
messageIDstring required
ID of the message to remove a reaction from
Query parameters
reactionKeystring required
Reaction key to remove
Reaction key to remove
Response
Request executed successfully
Example response
{
"success": true,
"chatID": "!signal_adamvy:local-signal.localhost",
"messageID": "1343993",
"reactionKey": "❤️"
}