Löscht ein benutzerdefiniertes Emoji. Standardmäßig können Nutzer nur benutzerdefinierte Emojis löschen, die sie selbst erstellt haben. Vom Administrator zugewiesene Emoji-Manager können alle benutzerdefinierten Emojis in der Organisation löschen. Weitere Informationen finden Sie unter Weitere Informationen zu benutzerdefinierten Emojis in Google Chat.
Erforderlich. Ressourcenname des zu löschenden benutzerdefinierten Emojis.
Format: customEmojis/{customEmoji}
Sie können den Emoji-Namen als Alias für {customEmoji} verwenden. Beispiel: customEmojis/:example-emoji:, wobei :example-emoji: der Emoji-Name für ein benutzerdefiniertes Emoji ist.
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, ist der Antworttext ein leeres JSON-Objekt.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]