PreviewDeleteSSOConfig
Preview the deletion impact for SSOConfig without mutating state. Returns blockers, cascade resources, orphan resources, finalizers, and available policies.
/api/v1/sso/configurations/{id}/previewDeleteOperation ID
PreviewDeleteSSOConfigSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
idStringRequiredUnique identifier of the SSO configuration to preview for deletion.
Body Fields
tenantUuidStringRequiredDeprecated and ignored. SSO configurations are global.
Example: deprecated-tenant-uuid
optionsObjectRequiredOptions for this resource
propagationPolicyStringPropagationPolicy overrides the resource's default policy when non-empty. Accepted values: Restrict, Foreground, Background, Orphan, SoftDelete.
Example: value
forceBooleanForce skips the Finalizer phase and advances directly to PhysicalDelete. Requires operator-level permission; returns PermissionDenied until the audit-integration rollout lands.
Example: true
gracePeriodSecondsIntegerGracePeriodSeconds defines the post-request delay before the engine begins the Checking phase. Default 0 (immediate).
Example: 10
revokeRemoteCredentialsBooleanRevokeRemoteCredentials is a resource-scoped hint for resources that carry out-of-band credentials (e.g. Platform access keys). When true, the corresponding revoke finalizer is activated for this request. Ignored by resources that do not register such a finalizer.
Example: true
