From 4a3423ab61d4d5b3e2c114643f1875846ca6addc Mon Sep 17 00:00:00 2001 From: Droid Date: Mon, 28 Jul 2025 19:17:48 -0400 Subject: [PATCH] remove modify MFA level --- docs/resources/guild.mdx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/resources/guild.mdx b/docs/resources/guild.mdx index a739d3ed25..1d0d29ce27 100644 --- a/docs/resources/guild.mdx +++ b/docs/resources/guild.mdx @@ -1224,21 +1224,6 @@ This endpoint supports the `X-Audit-Log-Reason` header. \* `color` will still be returned by the API, but using the `colors` field is recommended when doing requests. -## Modify Guild MFA Level -/guilds/[\{guild.id\}](/docs/resources/guild#guild-object)/mfa - -Modify a guild's MFA level. Requires guild ownership. Returns the updated [level](/docs/resources/guild#guild-object-mfa-level) on success. Fires a [Guild Update](/docs/events/gateway-events#guild-update) Gateway event. - -:::info -This endpoint supports the `X-Audit-Log-Reason` header. -::: - -###### JSON Params - -| Field | Type | Description | -|-------|---------|-----------------------------------------------------------| -| level | integer | [MFA level](/docs/resources/guild#guild-object-mfa-level) | - ## Delete Guild Role /guilds/[\{guild.id\}](/docs/resources/guild#guild-object)/roles/[\{role.id\}](/docs/topics/permissions#role-object)