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​

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