v10

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-02-242335121.2 KB
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

successtrue required

Whether the reaction was successfully removed

chatIDstring required

Unique identifier of the chat.

messageIDstring required

Message ID.

reactionKeystring required

Reaction key that was removed

Example response

{
  "success": true,
  "chatID": "!signal_adamvy:local-signal.localhost",
  "messageID": "1343993",
  "reactionKey": "❤️"
}