Deletes a reaction to a message. Requires user authentication and the chat.messages
or chat.messages.reactions
scope.
HTTP request
DELETE https://chat.googleapis.com/v1/{name=spaces/*/messages/*/reactions/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Name of the reaction to delete. Format: spaces/{space}/messages/{message}/reactions/{reaction} |
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/chat.messages
https://www.googleapis.com/auth/chat.messages.reactions
For more information, see the Authorization guide.