את הבקשה הזו יש לשלוח באמצעות הפרויקט ב-Play Console של מזהה הלקוח ב-OAuth, שמשמש ליצירת הפריט התואם בעבודה.
השיטה הזו מחזירה את קודי השגיאה הבאים:
PERMISSION_DENIED אם פרויקט הפיתוח ששלח את הבקשה לא יצר את העבודה המתאימה בקורס, אם המשתמש ששלח את הבקשה לא מורשה למחוק את הקורס המבוקש או בגלל שגיאות גישה.
FAILED_PRECONDITION אם העבודה המבוקשת בקורס כבר נמחקה.
[[["התוכן קל להבנה","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)."],[[["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."]]],[]]