pmg_who_object_delete
Remove an object from a PMG 'who' object group. Dry-run by default; use confirm=true to execute the irreversible deletion.
Instructions
MUTATION (MEDIUM): delete an object from a PMG RuleDB 'who' object group. Dry-run by default.
Irreversible. id_ comes from pmg_who_group_objects; to delete the whole group instead use pmg_who_group_delete. confirm=True executes and returns {"status": "ok", "result": <PMG's raw API response>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | Yes | Object ID (numeric string) from pmg_who_group_objects. | |
| ogroup | Yes | Numeric 'who' object group ID (e.g. '2') from pmg_who_groups_list. | |
| 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 |