سرپرست دیگر اعلانهای قیم را دریافت نخواهد کرد و نگهبان دیگر از طریق API قابل دسترسی نخواهد بود.
این روش کدهای خطای زیر را برمی گرداند:
PERMISSION_DENIED اگر هیچ کاربری که با studentId ارائه شده مطابقت ندارد برای کاربر درخواستکننده قابل مشاهده نباشد، اگر کاربر درخواستکننده اجازه مدیریت سرپرستان دانشآموز شناساییشده توسط studentId را نداشته باشد، اگر سرپرستان برای دامنه مورد نظر فعال نشده باشند، یا برای سایر خطاهای دسترسی، PERMISSION_DENIED .
اگر studentId مشخص شده باشد، INVALID_ARGUMENT ، اما قالب آن قابل شناسایی نیست (آدرس ایمیل نیست، و studentId از API نیست).
NOT_FOUND اگر کاربر درخواست کننده مجاز باشد سرپرستان studentId درخواستی را تغییر دهد، اما هیچ سابقه Guardian برای آن دانش آموز با guardianId ارائه شده وجود ندارد.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-10-30 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]