Delete an exam question

DELETE/products/{product_id}/exams/{exam_id}/questions/{exam_question_id}

Moves the question to the trash. Attempts that already answered the question remain unchanged.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

product_id*string
exam_id*string
exam_question_id*string

Header Parameters

If-Match?string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/products/string/exams/string/questions/string"
Empty