Connect Your App.NETUserDeleteUserVersion: 2.0.0On this pageDeleteUserDelete a user with specific user key or id.ParametersuserId - The id of the user. This is the unique key of the user.Implementationvar response = await permitClient.Api.DeleteUser(userId);