Method: spaces.messages.reactions.delete

Deletes a reaction to a message. 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

string

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.import
  • https://www.googleapis.com/auth/chat.messages
  • https://www.googleapis.com/auth/chat.messages.reactions

For more information, see the Authorization guide.