Faroe.deleteUser()
Mapped to DELETE /users/[user_id].
Deletes a user. Deleting a non-existent user will not result in an error.
Definition
async function deleteUser(userId: string): Promise<void>
Parameters
userId
Error codes
UNKNOWN_ERROR
Mapped to DELETE /users/[user_id].
Deletes a user. Deleting a non-existent user will not result in an error.
async function deleteUser(userId: string): Promise<void>
userId
UNKNOWN_ERROR