Hiện tại, các nhà phát triển đã có thể sử dụng rộng rãi tiện ích bổ sung của Google Lớp học! Vui lòng xem tài liệu về tiện ích bổ sung để biết thêm thông tin.
Yêu cầu này phải được thực hiện bằng dự án Developer Console của mã ứng dụng khách OAuth dùng để tạo mục bài tập tương ứng.
Phương thức này trả về các mã lỗi sau:
PERMISSION_DENIED nếu dự án nhà phát triển yêu cầu không tạo bài tập tương ứng, nếu người dùng yêu cầu không được phép xoá khoá học được yêu cầu hoặc do lỗi truy cập.
FAILED_PRECONDITION nếu bài tập trên khoá học mà bạn yêu cầu đã bị xoá.
NOT_FOUND nếu không có khoá học nào có mã nhận dạng được yêu cầu.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-12-05 UTC."],[[["Deletes a course work item permanently, requiring the request to be made by the Developer Console project that originally created it."],["Uses a DELETE request to `https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{id}`, specifying the course and coursework IDs in the path."],["Requires an empty request body and returns an empty response body upon successful deletion."],["Needs the `https://www.googleapis.com/auth/classroom.coursework.students` OAuth scope for authorization."],["Potential errors include `PERMISSION_DENIED`, `FAILED_PRECONDITION`, and `NOT_FOUND` based on access rights and coursework status."]]],[]]