delete_glue_record
Delete a glue record for a given domain and subdomain. Idempotent; removing a non-existent record still succeeds.
Instructions
Delete a glue record by host on a domain. Idempotent: deleting a non-existent glue record returns success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Parent domain, e.g. `example.com` | |
| subdomain | Yes | Host portion only, e.g. `ns1`. |