Skip to main content

Unfreeze a specific election

PUT 

/elections/:electionId/unfreeze

Unfreezes the selected election. WARNING: This action cannot be undone and will delete important data.

When you unfreeze an election, you can edit its settings again. However, this will permanently delete:

  • All voting tokens that were created for voter groups linked to this election
  • The key pair for encrypting votes for this election
  • All votes that were cast for this election (TODO)
  • All votes in other elections that share the same voter groups (TODO)

Example: If VoterGroup1 is used in both Election1 and Election2:

  • Unfreezing Election1 will delete ALL votes in Election2 as well
  • Exception: If Election1 is public, only votes from VoterGroup1 will be deleted in Election2
  • Votes from other voter groups in Election2 will remain safe

You cannot unfreeze an election while it is still creating its keys for encrypting votes.

Request

Responses

OK. The request was successfully executed. The election was unfrozen.