delete_domain_record
Deletes the Route 53 CNAME record for a specified domain. Pass confirm=true to apply; omitting it shows the planned change as a dry run without modifying DNS.
Instructions
Delete the Route 53 CNAME record for a domain. Destructive - requires confirm:true to actually act; without it, returns what would happen and changes nothing. Looks up the exact existing record first rather than guessing its TTL/value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain whose CNAME record should be deleted | |
| confirm | No | Must be true to actually delete; false (default) is a dry run |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes | ||
| change_id | No | Route 53 change ID, useful for polling propagation status | |
| change_status | No | Route 53 change status, e.g. PENDING or INSYNC |