Skip to main content
DELETE
/
assessment-tests
/
{assessmentTestIdentifier}
/
test-parts
/
{identifier}
Delete a test part and all its sections
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.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

assessmentTestIdentifier
string
required

The unique identifier of the parent assessment test

identifier
string
required

The unique identifier of the test part to delete

Response