Guilds

Delete guild

Only guild owner can delete. Requires sudo mode verification (MFA). Permanently deletes the guild and all associated data.

post/guilds/{guild_id}/delete

Path parameters

guild_idstring snowflake required

The ID of the guild

Request body

passwordstring
mfa_method'totp' | 'webauthn'

MFA method to use for verification

mfa_codestring

MFA verification code from an authenticator app

webauthn_responseobject

WebAuthn authentication response

webauthn_challengestring

WebAuthn challenge string

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.