Bu veli artık veli bildirimlerini almaz ve bu veliye API üzerinden erişilemez.
Bu yöntem aşağıdaki hata kodlarını döndürür:
İstekte bulunan kullanıcı, sağlanan studentId ile eşleşen bir kullanıcı görmüyorsa, istekte bulunan kullanıcının studentId tarafından tanımlanan öğrenci için velileri yönetmesine izin verilmiyorsa, söz konusu alan için veliler etkinleştirilmemişse veya diğer erişim hatalarından kaynaklanır.PERMISSION_DENIED
Bir studentId belirtilmişse ancak biçimi tanınmıyorsa INVALID_ARGUMENT (bu bir e-posta adresi veya API'den gelen bir studentId değilse).
NOT_FOUND: İstekte bulunan kullanıcıya, istenen studentId ile ilgili velileri değiştirme izni verilmişse ancak söz konusu öğrenci için guardianId ile ilişkili herhangi bir Guardian kaydı yoksa NOT_FOUND.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]