curl --request DELETE \
--url https://qti.alpha-1edtech.ai/api/assessment-tests/{assessmentTestIdentifier}/test-parts/{testPartIdentifier}/sections/{identifier} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Permanently delete a section from a test part. This removes the section and all its assessment item references (but not the underlying assessment items). 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} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
Root assessment test identifier
Parent test part identifier
Section identifier
Section deleted successfully
Section deleted successfully