Menghapus daftar tugas yang ditentukan milik pengguna terautentikasi. Jika daftar berisi tugas yang diberikan, tugas yang ditetapkan dan tugas asli di platform tugas (Dokumen, Ruang Chat) akan dihapus.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]