Method: tasklists.delete
刪除已驗證使用者的指定工作清單。如果清單包含指派的工作,系統會將指派的工作以及作業介面中的原始工作 (文件、Chat 聊天室) 刪除。
HTTP 要求
DELETE https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
tasklist |
string
工作清單 ID。
|
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/tasks
詳情請參閱授權指南。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-05 (世界標準時間)。
[null,null,["上次更新時間:2024-09-05 (世界標準時間)。"],[[["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."]]],[]]