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 do dự án Developer Console của mã ứng dụng khách OAuth đã dùng để tạo mục thông báo tương ứng đưa ra.
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 thông báo 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.
Giá trị là FAILED_PRECONDITION nếu thông báo được yêu cầu đã bị xoá.
NOT_FOUND nếu không có khoá học nào có mã 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-09-04 UTC."],[[["Deletes an announcement within a specified course using the announcement's unique identifier."],["Requires authorization using the `https://www.googleapis.com/auth/classroom.announcements` scope, and the request must originate from the Developer Console project that created the announcement."],["Returns an empty response body upon successful deletion, otherwise provides error codes such as `PERMISSION_DENIED`, `FAILED_PRECONDITION`, or `NOT_FOUND`."],["The request body should be empty and utilizes a `DELETE` request to the specified URL with course and announcement identifiers as path parameters."]]],[]]