Deletes a reaction to a message. Only unicode emojis are supported. For an example, see Delete a reaction.
Requires user authentication.
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: |
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.import
https://www.googleapis.com/auth/chat.messages
https://www.googleapis.com/auth/chat.messages.reactions
For more information, see the Authorization guide.