מוחק את רשימת המשימות שצוינה של המשתמשים המאומתים. אם הרשימה כוללת משימות שהוקצו, גם המשימות שהוקצו וגם המשימות המקוריות בפלטפורמת המטלה (Docs, מרחבים ב-Chat) יימחקו.
[[["התוכן קל להבנה","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-05 (שעון UTC)."],[[["Deletes the authenticated user's specified task list, including assigned tasks and their originals in Docs and Chat Spaces."],["Uses a DELETE request to `https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}` with the task list ID as a path parameter."],["Requires an empty request body and returns an empty response body upon success."],["Needs authorization with the `https://www.googleapis.com/auth/tasks` OAuth scope."]]],["This document details the process of deleting a user's task list via an HTTP DELETE request. The request, made to `https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}`, uses the `tasklist` path parameter to identify the list. The request body must be empty. A successful operation returns an empty response body. Deleting a list with assigned tasks deletes both the assigned and original tasks. The `https://www.googleapis.com/auth/tasks` authorization scope is required.\n"]]