Chat SDKs JavaScript v4
Chat SDKs JavaScript
Chat SDKs
JavaScript
Version 4
Delete a poll option
Copy link
You can delete a poll option by specifying the pollId
and the pollOptionId
in the deletePollOption()
method.
JavaScriptTypeScript
You can delete a poll option by specifying the pollId
and the pollOptionId
in the deletePollOption()
method.
await channel.deletePollOption(pollId, pollOptionId);