Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#deleteGuild

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

Delete a guild permanently. User must be owner. Returns 204 No Content on success. Fires a Guild Delete Gateway event.

Parameters

guildId: string

Returns

Promise<void>