Google Super

GOOGLESUPER_DELETE_TASK

Deletes a specified task from a given task list in Google Tasks.

Remote googlesuper

Other tools also called GOOGLESUPER_DELETE_TASK? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "task_id": {
      "type": "string",
      "title": "Task Id",
      "examples": [
        "tsk_123abc456def789ghi"
      ],
      "description": "The unique identifier of the Google Task to be deleted."
    },
    "tasklist_id": {
      "type": "string",
      "title": "Tasklist Id",
      "examples": [
        "MDczNTQ2MjMwMzI1MzIzMzIzMzIzNTQ2MzIzN"
      ],
      "description": "The unique identifier of the Google Task list from which the task will be deleted."
    }
  }
}