domains.remove_dns_host
Remove one DNS host record from a managed domain by host_id.
Preserves all other records. Get host_id from domains.get_dns_hosts. The domain must use Namecheap DNS.
Cost = 5 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Managed domain name (for example example.com). | |
| host_id | Yes | Host record id from domains.get_dns_hosts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hosts | No | Full DNS host list after the removal. | |
| domain | No | Managed domain name. | |
| is_using_namecheap_dns | No | Whether the domain currently uses Namecheap DNS. |