Classrooms
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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.