delete_site
Permanently remove a site from a server, deleting its nginx vhost, files, and system user. Irreversible action — verify site ID before proceeding.
Instructions
DELETE a site permanently — removes its nginx vhost, files, and system user. Irreversible. Double-check the site_id with get_site first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | The ID of the server | |
| site_id | Yes | The ID of the site to DELETE permanently |