Clears all cached enrollments of specific user for an external MFA providerdelete https://{tenanturl}/v1.0/mfaproviders/{id}/{userId}Clears all cached enrollments of specific user for an external MFA providerEntitlements: - authnAnyUser (Authenticate any user)Path ParamsidstringrequiredThe specific MFA provider identifier.userIdstringrequiredThe specific user identifier.Responses 204The enrollment cache was cleared. 400The request cannot be processed because the request body contains improperly structured JSON 401The unauthenticated user does not have the permissions to perform the requested operation 403The authenticated user does not have the permissions to perform the requested operation 404The resource cannot be foundUpdated over 2 years ago