Delete
To delete an existing poll -> execute a DELETE request against the /rooms/:roomId/polls/:id endpoint.
The id uniquely identifies the polls.
Deletion of a poll is a destructive operation which cannot be undone.
Request
Response (204 -> No Content)
Response is empty because the poll was deleted and there is no content to return.
Last updated