deletePoll

abstract suspend fun deletePoll(pollId: String)

Deletes a Poll by its ID.

Parameters

pollId

The ID of the Poll to delete.