curl --request DELETE \
--url https://qti.alpha-1edtech.ai/api/assessment-tests/{assessmentTestIdentifier}/test-parts/{identifier} \
--header 'Authorization: Bearer <token>'This response has no body data.Permanently delete a test part from an assessment test. This removes the test part and all its sections (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/{identifier} \
--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 parent assessment test
The unique identifier of the test part to delete