delete_nat_outbound_mapping
Permanently deletes an outbound NAT mapping by its unique ID, with confirmation required and dry-run preview to verify before applying changes.
Instructions
Delete an outbound NAT mapping by ID. WARNING: This is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to execute. Safety gate for destructive operations. | |
| dry_run | No | If True, preview the operation without executing. | |
| mapping_id | Yes | Mapping ID (from search_nat_outbound_mappings) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||