Kick member
kick_memberPreview and confirm member removal. First call returns a confirmation token; second call with the token executes the kick, ensuring accidental removals are avoided.
Instructions
Remove a member from the server. They can rejoin with a new invite. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token performs the kick. Relay the preview for the user's go-ahead instead of doing nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| member | Yes | Member name or user ID. | |
| reason | No | ||
| dry_run | No | ||
| confirm_token | No |