Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#deleteGuildSticker

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

Delete the given sticker. Requires the MANAGE_EMOJIS_AND_STICKERS permission. Returns 204 No Content on success.

Parameters

guildID: string
stickerID: string
optional
reason: string

Returns

Promise<void>