Method: customEmojis.delete
HTTP リクエスト
DELETE https://chat.googleapis.com/v1/{name=customEmojis/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。削除するカスタム絵文字のリソース名。 形式: customEmojis/{customEmoji} 絵文字名は {customEmoji} のエイリアスとして使用できます。たとえば、customEmojis/:example-emoji: です(ここで、:example-emoji: はカスタム絵文字の絵文字名です)。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文は空の JSON オブジェクトになります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/chat.customemojis
詳しくは、認可ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-05-07 UTC。
[null,null,["最終更新日 2025-05-07 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."]]],["This document details the process of deleting a custom emoji via an HTTP DELETE request to `https://chat.googleapis.com/v1/{name=customEmojis/*}`. The `name` path parameter, representing the emoji's resource name (e.g., `customEmojis/:example-emoji:`), is required. The request body must be empty. A successful deletion results in an empty response body. This action requires user authentication and the `https://www.googleapis.com/auth/chat.customemojis` OAuth scope. It's available via the Google Workspace Developer Preview Program.\n"]]