Delete server template
delete_server_templateDelete a server template, disabling its share link. First call previews and returns a confirmation token; second call with the token finalizes the deletion.
Instructions
Delete a server template; its share link stops working. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Template code. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| dry_run | No | ||
| confirm_token | No |