Delete integration
delete_integrationRemoves a Discord integration from the server. First call previews and returns a token; second call with token completes 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. |