pmg_transport_delete
Delete a mail transport rule to revert a domain to default PMG routing. Dry-run by default; execute with confirmation.
Instructions
MUTATION (MEDIUM): delete a mail transport rule. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config.
Mail for the domain falls back to default PMG routing (MX lookup) afterward. No UNDO primitive; recreate with pmg_transport_create if needed. Dry-run returns a PLAN; confirm=True executes and returns {"status": "ok", "result": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Destination domain whose transport rule should be deleted. | |
| 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 |