> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getversive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete question

> Remove a question from its study

Deletes a question (soft delete) and recalculates the study's estimated length. Returns `204 No Content`.

<ParamField path="question_id" type="string" required>
  The question ID.
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE https://api.getversive.com/api/v1/questions/q-456 \
    -H "Authorization: Bearer $VERSIVE_API_KEY"
  ```
</RequestExample>
