infomaniak_dns_delete_record
Delete a DNS record from an Infomaniak-managed zone using a two-phase commit: get a plan with record preview, then confirm with a token to execute.
Instructions
Delete a DNS record from an Infomaniak-managed zone. Two-phase commit: first call returns a plan with a preview of the record to delete + token, second call (same params + token) actually deletes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | DNS zone (root domain) the record belongs to, e.g. 'broz.be'. Must be a domain whose DNS is managed by Infomaniak. | |
| record_id | Yes | Numeric id of the record to delete. Get it from infomaniak_dns_list_records → records[].id. NOT the record name or source. | |
| confirmation_token | No | Token from the first (plan) phase. The plan response includes a full preview of the record so you can verify before confirming. Re-pass to execute. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||