Delete Exam
Exam
Delete Exam
Performs a soft delete on the specified exam, marking it as deleted without permanently removing data.
The exam will no longer appear in active listings but its data is retained.
DELETE
Delete Exam
Authorizations
Path Parameters
Unique SID of the application install. Pattern: AI + 32 hex chars.
Pattern:
^AI[a-f0-9]{32}$Example:
"AI1234567890abcdef1234567890abcdef"
Unique SID of the course. Pattern: CU + 32 hex chars.
Pattern:
^CU[a-f0-9]{32}$Example:
"CU1234567890abcdef1234567890abcdef"
Unique SID of the exam to delete. Pattern: EX + 32 hex chars.
Pattern:
^EX[a-f0-9]{32}$Example:
"EX1234567890abcdef1234567890abcdef"
Response
default - application/json
Successful
The response is of type string.
