Delete a site
delete_sitePermanently removes a published site, including its files, history, and subdomain. Requires confirming the exact subdomain to prevent accidental deletion.
Instructions
Takes a site down permanently — its files, its history and its subdomain. Nothing here undoes it, and the subdomain becomes available for anybody to claim. Requires confirm to repeat the site's own subdomain exactly; ask the person for it rather than filling it in from what you already know, because that is the step this asks for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Subdomain or site id to delete. | |
| confirm | Yes | The subdomain of the site being deleted, repeated exactly. A mismatch refuses the call rather than guessing which site was meant. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Identifier of the site that was deleted. | |
| subdomain | Yes | Its subdomain, now unclaimed. |