האפוטרופוס לא יקבל יותר הודעות בנושא, ולא תהיה לו גישה דרך ה-API.
השיטה הזו מחזירה את קודי השגיאה הבאים:
PERMISSION_DENIED אם אף משתמש שתואם ל-studentId שצוין לא גלוי למשתמש ששלח את הבקשה, אם המשתמש ששלח את הבקשה לא מורשה לנהל אפוטרופוסים עבור התלמיד שזוהה על ידי studentId, אם האפוטרופוסים לא מופעלים בדומיין הרלוונטי או במקרה של שגיאות גישה אחרות.
INVALID_ARGUMENT אם צוין studentId אבל לא ניתן לזהות את הפורמט שלו (זו לא כתובת אימייל וגם לא studentId מה-API).
NOT_FOUND אם המשתמש ששלח את הבקשה מורשה לשנות את האפוטרופוסים של studentId המבוקש, אבל לא קיימת רשומת Guardian עבור התלמיד/ה עם ה-guardianId שצוין.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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."]]],[]]