Skip to main content
DELETE

Recipes

1

1. Set the message ID

Provide the message_id of the message from which you want to remove a reaction.
2

2. Set the reaction type to remove

Provide the name of the reaction that should be removed. It must match the reaction previously added by the same user.
3

3. As a result, the API returns a '200 OK' status code, indicating that the reaction was removed.

1

1. Use 'Authorization' header to pass API key

2

2. Use 'On-Behalf-Of' header to pass user id

3

3. Set the message ID

Provide the message_id of the message from which you want to remove a reaction.
4

4. Set the reaction type to remove

Provide the name of the reaction that should be removed. It must match the reaction previously added by the same user.
5

5. As a result, the API returns a '200 OK' status code, indicating that the reaction was removed.

Path Parameters

string
required
ID of the message. Generated automatically by the server after message creation.

Body Parameters

string
required
The type of reaction to remove. Examples: "like", "love", "haha", "angry".

Headers

string
required
A user session token. See Authentication page to learn more about session tokens. Must be used either QB-Token or Authorization.
string
default:"ApiKey {your_api_key}"
API key from Dashboard. Expected format: ApiKey {your_api_key}. Must be used either QB-Token or Authorization.
string
User ID. The user ID of the user on whose behalf the request is being made.

Responses

Reaction successfully removed
An error response
array of strings
An error response
array of strings