Veli artık veli bildirimleri almaz ve API üzerinden erişilemez.
Bu yöntem aşağıdaki hata kodlarını döndürür:
Sağlanan studentId ile eşleşen bir kullanıcı istemci kullanıcı tarafından görülemiyorsa, istemci kullanıcının studentId ile tanımlanan öğrenci için velileri yönetmesine izin verilmiyorsa, veliler söz konusu alan için etkinleştirilmemişse veya diğer erişim hataları için PERMISSION_DENIED döndürülür.
studentId belirtilmişse ancak biçimi tanınamıyorsa (e-posta adresi veya API'den bir studentId değilse) INVALID_ARGUMENT.
NOT_FOUND, istek yapan kullanıcının istenen studentId için velileri değiştirmesine izin veriliyorsa ancak sağlanan guardianId ile ilgili öğrenci için Guardian kaydı yoksa.
[[["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-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."]]],[]]