Remove a reaction from a message
DELETE {{baseUrl}}/v3/:channel_type/:channel_url/messages/:message_id/reactions
Remove a reaction from a message
Removes a specific reaction from a message.
Note: Currently, this action is only available in group channels.
https://sendbird.com/docs/chat/v3/platform-api/guides/messages#2-remove-a-reaction-from-a-message
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
user_id | string | ||
reaction | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Accept | string |
RESPONSES
status: OK
{"reaction":"\u003cstring\u003e","user_id":"\u003cnumber\u003e","success":"\u003cboolean\u003e","msg_id":"\u003cnumber\u003e","updated_at":"\u003cnumber\u003e","operation":"\u003cstring\u003e"}