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": "❤️"
}

Changes

Changed in 2 of the 10 revisions of this API.15

    • added subschema #1 subschema #2 subschema #3 to the details response property anyOf list for the response status 400

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 to the details response property anyOf list for the response status 401

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 to the details response property anyOf list for the response status 403

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 to the details response property anyOf list for the response status 404

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 to the details response property anyOf list for the response status 422

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 to the details response property anyOf list for the response status 429

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 to the details response property anyOf list for the response status 500

      response-property-any-of-added

    • removed subschema #1 subschema #2 subschema #3 from the details response property anyOf list for the response status 400

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 from the details response property anyOf list for the response status 401

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 from the details response property anyOf list for the response status 403

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 from the details response property anyOf list for the response status 404

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 from the details response property anyOf list for the response status 422

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 from the details response property anyOf list for the response status 429

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 from the details response property anyOf list for the response status 500

      response-property-any-of-removed

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog