Faroe

Faroe.deletePasswordResetRequest()

Mapped to DELETE /password-reset-requests/[request_id].

Deletes a passwod reset request. Deleting a non-existent request will not result in an error.

Definition

async function deletePasswordResetRequest(requestId: string): Promise<void>

Parameters

  • requestId

Error codes

  • UNKNOWN_ERROR