Cancel event
cancel_eventCancel a scheduled event by first requesting a preview and confirmation token, then using that token to remove the event listing.
Instructions
Cancel and remove a scheduled event. Interested members lose the listing. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token cancels it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Event name or ID. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| dry_run | No | ||
| confirm_token | No |