v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBClassrooms
Delete an attendance sheet
🔑
Required OAuth scope: attendanceSheets:write.
Deletes a specific attendance sheet given its unique ID.
delete/api/v2/classroom-slots/{classroomSlotId}/attendance-sheets/{attendanceSheetId}
Path parameters
attendanceSheetIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the attendance sheet.
classroomSlotIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the classroom slot.
Headers
360-api-version'v2.0' required
The version of the API.
Response
Deletes a specific attendance sheet and the corresponding learner attendances.