opiekun nie będzie już otrzymywać powiadomień i nie będzie dostępny za pomocą interfejsu API;
Ta metoda zwraca te kody błędów:
PERMISSION_DENIED jeśli użytkownik nie widzi żadnego użytkownika pasującego do podanego identyfikatora studentId, jeśli użytkownik nie ma uprawnień do zarządzania opiekunami ucznia określonego przez studentId, jeśli opiekunowie nie są włączeni w danej domenie lub z innych błędów dostępu.
INVALID_ARGUMENT, jeśli podano parametr studentId, ale nie można rozpoznać jego formatu (nie jest to adres e-mail ani parametr studentId z interfejsu API).
NOT_FOUND, jeśli użytkownik, który wysłał żądanie, może modyfikować opiekunów w wybranym studentId, ale nie ma rekordu Guardian dla tego ucznia z podanym guardianId.
[[["Ł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."],[[["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."]]],[]]