Menghapus emoji kustom. Secara default, pengguna hanya dapat menghapus emoji kustom yang mereka buat. Pengelola emoji yang ditetapkan oleh administrator dapat menghapus emoji kustom apa pun di organisasi. Lihat Mempelajari emoji kustom di Google Chat.
Wajib. Nama resource emoji kustom yang akan dihapus.
Format: customEmojis/{customEmoji}
Anda dapat menggunakan nama emoji sebagai alias untuk {customEmoji}. Misalnya, customEmojis/:example-emoji: dengan :example-emoji: adalah nama emoji untuk emoji kustom.
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons adalah objek JSON kosong.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]