Skip to main content
Version: 2.0.0

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

const response = await permit.api.deleteUser(userId);