Skip to main content

TenantTeardownInput

Identifies the tenant to wipe. Deliberately explicit — teardown is never implied from context.

input TenantTeardownInput {
tenantId: String!
}

Fields

TenantTeardownInput.tenantId ● String! non-null scalar

Id of the tenant to tear down. Required even when the caller already has a tenant context: a wipe this destructive must name its target explicitly.

Member Of

tenantTeardownInitiate mutation