यह अनुरोध, उस OAuth क्लाइंट आईडी के Developer Console प्रोजेक्ट से किया जाना चाहिए जिसका इस्तेमाल कोर्स वर्क आइटम बनाने के लिए किया गया था.
इस तरीके से, गड़बड़ी के ये कोड मिलते हैं:
PERMISSION_DENIED अगर अनुरोध करने वाले डेवलपर प्रोजेक्ट ने उससे जुड़ा कोर्स वर्क नहीं बनाया है, अनुरोध करने वाले उपयोगकर्ता को अनुरोध किए गए कोर्स को मिटाने की अनुमति नहीं है या ऐक्सेस से जुड़ी गड़बड़ियों की वजह से.
FAILED_PRECONDITION अगर कोर्स के लिए अनुरोध किया गया काम पहले ही मिटा दिया गया है.
NOT_FOUND अगर अनुरोध किए गए आईडी वाला कोई कोर्स मौजूद नहीं है.
[[["समझने में आसान है","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-12-05 (UTC) को अपडेट किया गया."],[[["Deletes a course work item permanently, requiring the request to be made by the Developer Console project that originally created it."],["Uses a DELETE request to `https://classroom.googleapis.com/v1/courses/{courseId}/courseWork/{id}`, specifying the course and coursework IDs in the path."],["Requires an empty request body and returns an empty response body upon successful deletion."],["Needs the `https://www.googleapis.com/auth/classroom.coursework.students` OAuth scope for authorization."],["Potential errors include `PERMISSION_DENIED`, `FAILED_PRECONDITION`, and `NOT_FOUND` based on access rights and coursework status."]]],[]]