delete_txt_record
Delete a TXT verification record from a subdomain you own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Root domain (e.g. 'sitey.my') | |
| subdomain | Yes | Subdomain name (e.g. 'demo') | |
| host_prefix | Yes | TXT record host prefix (e.g. '_vercel') | |
| 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. |