pbs_realm_openid_delete
Delete an OpenID realm permanently. Dry-run shows a plan; confirm=true executes removal and revokes user login access.
Instructions
MUTATION (MEDIUM): permanently delete an OpenID realm. Dry-run by default — the PLAN reads the realm's current config and flags that any users authenticating via it lose login access. confirm=True executes and returns a dict; synchronous, no UPID. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | OpenID realm name to delete. | |
| digest | No | Optional SHA256 config digest to prevent concurrent modifications. | |
| confirm | No | False (default) returns a dry-run PLAN preview; 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 |