Skip to main content

tenantTeardownStatus

Reports the status of a tenant-teardown workflow.

Returns the per-service clear outcome and the finalize counts once the workflow has COMPLETED.

Restricted to the admin roles, the same guard as tenantCreationInitiate.

Errors: TENANT_TEARDOWN_STATUS_ERROR if the workflow could not be found or described.

tenantTeardownStatus(
workflowId: String!
): TenantTeardownResult!

Arguments

tenantTeardownStatus.workflowId ● String! non-null scalar

Workflow id returned by the tenantTeardownInitiate mutation.

Type

TenantTeardownResult object

Handle for an async tenant-teardown workflow. The mutation returns immediately; poll tenantTeardownStatus with the workflowId for progress and the per-service outcome.