export interface TenantsSubTenantDeleteResponse { /** Collection scope. Defaults to the default collection when omitted. Formerly `sub_tenant_id`; the `sub_tenant_id` alias is still accepted (deprecated). */ collection?: string; /** Owning database. Formerly `tenant_id`; the `tenant_id` alias is still accepted (deprecated). */ database?: string; /** Human-readable result message. */ message?: string; /** Current lifecycle or processing state. */ status?: string; subTenantId?: string; tenantId?: string; }