v2
OpenAPI 3.0.02026-07-2163203194.5 KBExam
Delete Exam
Performs a soft delete on the specified exam, marking it as deleted without permanently removing data.<br/><br/>The exam will no longer appear in active listings but its data is retained.
delete/v1/installs/{installSid}/courses/{courseSid}/exams/{examSid}
Path parameters
installSidstring required
Unique SID of the application install. Pattern: AI + 32 hex chars.
Example:AI1234567890abcdef1234567890abcdef
Unique SID of the application install. Pattern: AI + 32 hex chars.
courseSidstring required
Unique SID of the course. Pattern: CU + 32 hex chars.
Example:CU1234567890abcdef1234567890abcdef
Unique SID of the course. Pattern: CU + 32 hex chars.
examSidstring required
Unique SID of the exam to delete. Pattern: EX + 32 hex chars.
Example:EX1234567890abcdef1234567890abcdef
Unique SID of the exam to delete. Pattern: EX + 32 hex chars.
Response
Successful
string required