MCP tool · Domains
delete_addon_domain
Delete an addon domain from a hosting account.
delete_addon_domain
DestructiveIdempotent
Description
Delete an addon domain from a hosting account. This takes down a live website and removes its document root and DNS/email config, so it does not delete on this call: it confirms the domain is an addon domain on the account (and not the primary), then returns {status:"confirmation_required", confirmationUrl, …}. Show the human the confirmationUrl to approve in the client area; do not approve it yourself. Then poll get_pending_action.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|
domain
required
|
string |
The addon domain to delete (e.g. shop.example).
|
attempt_key
|
string | An idempotency key you choose. Reusing it within an hour returns the same held deletion. |