Prośba musi zostać wysłana z projektu w Konsoli deweloperów, który ma identyfikator klienta OAuth użyty do utworzenia odpowiedniego komunikatu.
Ta metoda zwraca te kody błędów:
PERMISSION_DENIED jeśli projekt dewelopera, który wysłał prośbę, nie utworzył odpowiedniego ogłoszenia, jeśli użytkownik nie ma uprawnień do usunięcia kursu lub z powodu błędów dostępu.
FAILED_PRECONDITION, jeśli prośba dotyczy ogłoszenia, które zostało już usunięte.
NOT_FOUND, jeśli nie ma kursu o podanym identyfikatorze.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-12-05 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."]]],[]]