Delete integration
delete_integrationRemove a Discord integration from your server. Preview changes first, then confirm with a token to complete the removal.
Instructions
Remove an integration from the server. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token removes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| reason | No | ||
| dry_run | No | ||
| confirm_token | No | ||
| integration_id | Yes | Integration ID from list_integrations. |