delete_dns_record
:
Instructions
Delete a DNS record. Get the record_id from list_dns_records. Requires management token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain containing the record | |
| token | Yes | Management token (starts with 'clwd_') | |
| record_id | Yes | ID of the record to delete (from list_dns_records) |