Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#deleteGuildEmoji

An easy to use Discord API Library for Deno.
Go to Latest
method RESTEndpoints.prototype.deleteGuildEmoji
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Delete the given emoji. Requires the MANAGE_EMOJIS permission. Returns 204 No Content on success. Fires a Guild Emojis Update Gateway event.

Parameters

guildId: string
emojiId: string

Returns

Promise<void>