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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
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