Method: customEmojis.delete
HTTP request
DELETE https://chat.googleapis.com/v1/{name=customEmojis/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Resource name of the custom emoji to delete. Format: customEmojis/{customEmoji} You can use the emoji name as an alias for {customEmoji} . For example, customEmojis/:example-emoji: where :example-emoji: is the emoji name for a custom emoji.
|
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chat.customemojis
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-22 UTC.
[null,null,["Last updated 2024-11-22 UTC."],[[["Deletes a custom emoji using the DELETE HTTP request method with required user authentication."],["Requires the `chat.customemojis` OAuth scope for authorization."],["The custom emoji is identified by its resource name, specified as a path parameter called `name`."],["The request body must be empty, and a successful deletion results in an empty response body."],["This feature is currently available as a developer preview within the Google Workspace Developer Preview Program."]]],[]]