curl --request DELETE \
--url https://qti.alpha-1edtech.ai/api/assessment-tests/{assessmentTestIdentifier}/test-parts/{testPartIdentifier}/sections/{identifier}/items/{itemIdentifier} \
--header 'Authorization: Bearer <token>'This response has no body data.Remove an assessment item reference from a section. This only removes the reference link; the actual assessment item remains in the assessment-items collection. The assessment test’s XML structure is automatically updated.
curl --request DELETE \
--url https://qti.alpha-1edtech.ai/api/assessment-tests/{assessmentTestIdentifier}/test-parts/{testPartIdentifier}/sections/{identifier}/items/{itemIdentifier} \
--header 'Authorization: Bearer <token>'This response has no body data.The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the root assessment test
The unique identifier of the parent test part
The unique identifier of the target section
The unique identifier of the assessment item reference to remove from the section