Questa richiesta deve essere effettuata dal progetto della Developer Console dell'ID client OAuth utilizzato per creare l'elemento dell'annuncio corrispondente.
Questo metodo restituisce i seguenti codici di errore:
PERMISSION_DENIED se il progetto dello sviluppatore richiedente non ha creato l'annuncio corrispondente, se all'utente richiedente non è consentito eliminare il corso richiesto o per errori di accesso.
FAILED_PRECONDITION se l'annuncio richiesto è già stato eliminato.
NOT_FOUND se non esiste nessun corso con l'ID richiesto.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]