- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Deletes a message. For an example, see Delete a message.
Supports the following types of authentication:
When using app authentication, requests can only delete messages created by the calling Chat app.
HTTP request
DELETE https://chat.googleapis.com/v1/{name=spaces/*/messages/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name of the message. Format: If you've set a custom ID for your message, you can use the value from the |
Query parameters
Parameters | |
---|---|
force |
Optional. When Only applies when authenticating as a user. Has no effect when authenticating as a Chat app. |
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.bot
https://www.googleapis.com/auth/chat.import
https://www.googleapis.com/auth/chat.messages
For more information, see the Authorization guide.