removeClient: (
input: {
clientId: string;
tenantId: string;
userContext?: Record<string, any>;
},
) => Promise<{ didExist: boolean; status: "OK" }> = Wrapper.removeClient
Type declaration
- (
input: {
clientId: string;
tenantId: string;
userContext?: Record<string, any>;
},
): Promise<{ didExist: boolean; status: "OK" }> Parameters
- input: { clientId: string; tenantId: string; userContext?: Record<string, any> }
Returns Promise<{ didExist: boolean; status: "OK" }>