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
Optional
userContext: Record<string, any>
Returns Promise<{ didConfigExist: boolean; status: "OK" }>