pmg_domain_delete
Delete a managed mail domain. Dry-run returns a plan; set confirm=True to execute. Review mail routing rules that reference this domain before confirming.
Instructions
MUTATION (MEDIUM): delete a managed mail domain. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config.
Mail routing rules referencing this domain may break — review before confirming. No UNDO primitive; recreate with pmg_domain_create if needed. Dry-run returns a PLAN; confirm=True executes and returns {"status": "ok", "result": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Managed mail domain name to delete, e.g. 'example.com'. | |
| confirm | No | False (default) returns a dry-run PLAN; True executes the mutation. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |