deletePoll

fun deletePoll(pollId: String): Call<Unit>

Deletes a poll.

Return

Executable async Call responsible for deleting a poll.

Parameters

pollId

The ID of the poll to delete.