Skip to API content
TalkLabs API Docs v3
Recipes
DELETE Polls

Delete a poll choice

Create polls, manage choices, collect votes, and read standings.

DELETE /api/v3/{appid}/poll/poll/{pollid}/choice/{choiceid}

Create polls, manage choices, collect votes, and read standings.

Request

Parameters

Values in the path and query string.

appid path
string TalkLabs ID required

The TalkLabs application ID assigned to your account.

Example: your-app-id
pollid path
string TalkLabs ID required

The TalkLabs assigned poll ID.

Example: poll-id
choiceid path
string TalkLabs ID required

The TalkLabs assigned poll choice ID.

Response

Status codes

Every JSON response uses the API result envelope.

200 OK ApiResult
400 Bad Request ApiResult
403 Forbidden ApiResult
404 Not Found ApiResult
500 Internal Server Error ApiResult
Search all 118 endpoints Try “join room”, “moderate”, or “POST”.
Request environment

Connect your application

These values fill request examples and the API console. They stay in this browser tab and are never sent to TalkLabs until you run a request.

Credentials are stored in sessionStorage, not in cookies or analytics.