Skip to main content

Delete a specific candidate

DELETE 

/elections/:electionId/candidates/:candidateId

Deletes the requested candidate. The user of the API access token needs access to the linked election. The candidate can only be deleted if the linked election is not frozen.

Request

Responses

No Content. The request was successfully executed. The candidate was deleted.