delete_subdomain
Permanently delete a subdomain DNS record you own. The subdomain will stop resolving immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Root domain (e.g. 'sitey.my') | |
| subdomain | Yes | Subdomain name (e.g. 'demo') | |
| owner_token | No | The owner token you were given when you created the record (starts with anon_). Omit it only if you have an API key, or if the record predates tokens and was claimed from this same IP address. Creating without one mints a new one and returns it once. |