Skip to main content
DELETE
/
questions
/
{questionId}
Deletes a question from the system.
curl --request DELETE \
  --url https://api.example.com/questions/{questionId}

Path Parameters

questionId
integer<int32>
required

The unique identifier of the question to delete.

Response

OK