Il tutore non riceverà più notifiche per i tutori e non sarà più accessibile tramite l'API.
Questo metodo restituisce i seguenti codici di errore:
PERMISSION_DENIED se nessun utente che corrisponde al studentId fornito è visibile all'utente richiedente, se quest'ultimo non è autorizzato a gestire i tutori per lo studente identificato dal studentId, se i tutori non sono abilitati per il dominio in questione o per altri errori di accesso.
INVALID_ARGUMENT se viene specificato un studentId, ma il suo formato non è riconosciuto (non è un indirizzo email, né un studentId dall'API).
NOT_FOUND se l'utente che ha inviato la richiesta è autorizzato a modificare i tutori per il studentId richiesto, ma non esiste un record Guardian per quello studente con il valore guardianId fornito.
[[["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."],[[["This operation deletes a guardian for a specific student, preventing further guardian notifications and API access."],["You need to provide the `studentId` (student identifier, email, or \"me\") and the `guardianId` to identify the guardian to be removed."],["Potential errors include permission issues, invalid student identifiers, and non-existent guardians for the given student."],["An empty request body is required, and a successful deletion results in an empty response body."],["This action requires the `https://www.googleapis.com/auth/classroom.guardianlinks.students` OAuth scope for authorization."]]],[]]