Skip to main content
DELETE
/
api
/
v1
/
questions
/
{question_id}
Delete Question
curl --request DELETE \
  --url https://api.getversive.com/api/v1/questions/{question_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "body",
        "title"
      ],
      "msg": "field required",
      "type": "value_error.missing"
    }
  ]
}
Remove a question from a study. This action cannot be undone.

Authorizations

Authorization
string
header
required

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

Path Parameters

question_id
string
required

Response

Successful Response