Faroe

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