delete_dnssec_record
Remove a DNSSEC DS record from a domain's registry by key tag. Use to retire a DNSSEC key without error if key tag does not exist.
Instructions
Remove a DNSSEC DS record from the registry for a domain, identified by key tag. Use when retiring a key. Idempotent: deleting a non-existent key tag returns success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to remove the DS record from. | |
| keyTag | Yes | Key tag of the DS record to remove (from `list_dnssec_records`). |