supertokens-node
    Preparing search index...

    Variable deleteThirdPartyConfig

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

    Type declaration

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

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

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