Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions docs/resources/guild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Route method="POST">/guilds/[\{guild.id\}](/docs/resources/guild#guild-object)/mfa</Route>

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
<Route method="DELETE">/guilds/[\{guild.id\}](/docs/resources/guild#guild-object)/roles/[\{role.id\}](/docs/topics/permissions#role-object)</Route>

Expand Down