Skip to main content

DeleteUser

Delete a user with specific user key or id.

Parameters

userId - The id of the user. This is the unique key of the user.

Implementation

var response = await permitClient.Api.DeleteUser(userId);