adminUserTenantDelete
Permanently delete a tenant from the multi-tenancy system.
Removes the tenant and all associated configuration and data. This action cannot be undone and will affect all users and data associated with this tenant.
Possible errors:
- NOT_FOUND: Tenant with the specified ID does not exist
- UNAUTHENTICATED: Invalid or missing authentication
- FORBIDDEN: Insufficient permissions to delete tenants
AUTH: Role=[role.OWNER]
adminUserTenantDelete(
id: Int!
): AdminUserTenant!
Arguments
adminUserTenantDelete.id
● Int!
non-null scalar
Unique identifier of the tenant to delete.
Must be a positive integer representing a valid tenant ID in the system.
Type
AdminUserTenant
object
Organizational entity representing a multi-tenant configuration with administrative settings and user associations. Contains all necessary information for tenant management and access control.