[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.DeleteUsersResult Class Reference\n\nFirebaseAdmin.Auth.DeleteUsersResult\n====================================\n\nRepresents the result of the AbstractFirebaseAuth.DeleteUsersAsync(IReadOnlyList{string}) API.\n\nSummary\n-------\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Errors](#class_firebase_admin_1_1_auth_1_1_delete_users_result_1a32c2572f6282cf834f78697c51a974eb) | `IReadOnlyList\u003c `[ErrorInfo](/docs/reference/admin/dotnet/class/firebase-admin/auth/error-info#class_firebase_admin_1_1_auth_1_1_error_info)` \u003e` Gets a list of [ErrorInfo](/docs/reference/admin/dotnet/class/firebase-admin/auth/error-info#class_firebase_admin_1_1_auth_1_1_error_info) instances describing the errors that were encountered during the deletion. |\n| [FailureCount](#class_firebase_admin_1_1_auth_1_1_delete_users_result_1a357a72bc284d76cfd0231eb45d9dae0c) | `int` Gets the number of users that `DeleteUsersAsync` failed to be deleted (possibly zero). |\n| [SuccessCount](#class_firebase_admin_1_1_auth_1_1_delete_users_result_1ad6181a3d3ff941b328a337ebfcd33242) | `int` Gets the number of users that were deleted successfully (possibly zero). |\n\nProperties\n----------\n\n### Errors\n\n```text\nIReadOnlyList\u003c ErrorInfo \u003e Errors\n``` \nGets a list of [ErrorInfo](/docs/reference/admin/dotnet/class/firebase-admin/auth/error-info#class_firebase_admin_1_1_auth_1_1_error_info) instances describing the errors that were encountered during the deletion.\n\nLength of this list is equal to the return value of [FailureCount](/docs/reference/admin/dotnet/class/firebase-admin/auth/delete-users-result#class_firebase_admin_1_1_auth_1_1_delete_users_result_1a357a72bc284d76cfd0231eb45d9dae0c).\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|-----------------------------------|\n| **Returns** | A non-null list (possibly empty). |\n\n### FailureCount\n\n```text\nint FailureCount\n``` \nGets the number of users that `DeleteUsersAsync` failed to be deleted (possibly zero). \n\n### SuccessCount\n\n```text\nint SuccessCount\n``` \nGets the number of users that were deleted successfully (possibly zero).\n\n[Users](/docs/reference/admin/dotnet/namespace/firebase-admin/auth/users#namespace_firebase_admin_1_1_auth_1_1_users) that did not exist prior to calling AbstractFirebaseAuth.DeleteUsersAsync(IReadOnlyList{string}) are considered to be successfully deleted."]]