Skip to main content
DELETE
/
polls
/
{poll_id}
Delete Poll
curl --request DELETE \
  --url http://localhost:8080/polls/{poll_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

poll_id
integer
required

Response

Successful Response