Skip to main content
DELETE
/
api
/
v3
/
polls
/
{pollId}
delete poll
curl --request DELETE \
  --url https://apix.us.amity.co/api/v3/polls/{pollId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>'
{
  "status": "<string>",
  "data": {
    "success": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://learn.social.plus/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required
Content-Type
string
required

Path Parameters

pollId
string
required

Response

poll deleted

status
string
data
object