supertokens-node
    Preparing search index...

    Variable deleteTenant

    deleteTenant: (
        tenantId: string,
        userContext?: Record<string, any>,
    ) => Promise<{ didExist: boolean; status: "OK" }> = Wrapper.deleteTenant

    Type declaration

      • (
            tenantId: string,
            userContext?: Record<string, any>,
        ): Promise<{ didExist: boolean; status: "OK" }>
      • Parameters

        • tenantId: string
        • OptionaluserContext: Record<string, any>

        Returns Promise<{ didExist: boolean; status: "OK" }>