Google Super
GOOGLESUPER_DELETE_TASK_LIST
Permanently deletes an existing Google Task list, identified by `tasklist_id`, along with all its tasks; this operation is irreversible.
Remote googlesuper
Other tools also called GOOGLESUPER_DELETE_TASK_LIST?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"tasklist_id": {
"type": "string",
"title": "Tasklist Id",
"examples": [
"MDQ1MDM5NzY1MzA4NDM4MTIzNDE6MDow"
],
"description": "Unique identifier of the Google Task list to be deleted."
}
}
}