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.
Documentation Index
Fetch the complete documentation index at: https://developers.smarterservices.com/llms.txt
Use this file to discover all available pages before exploring further.
Unique SID of the application install. Pattern: AI + 32 hex chars.
^AI[a-f0-9]{32}$"AI1234567890abcdef1234567890abcdef"
Unique SID of the course. Pattern: CU + 32 hex chars.
^CU[a-f0-9]{32}$"CU1234567890abcdef1234567890abcdef"
Unique SID of the exam to delete. Pattern: EX + 32 hex chars.
^EX[a-f0-9]{32}$"EX1234567890abcdef1234567890abcdef"
Successful
The response is of type string.