Google Docs

gdoc_delete_content

Delete content in a range. Get indices from gdoc_get response.

Remote node2flow/google-docs

Other tools also called gdoc_delete_content? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "end_index": {
      "type": "number",
      "description": "End index of content to delete (exclusive)"
    },
    "segment_id": {
      "type": "string",
      "description": "Segment ID (header/footer ID). Omit for body content"
    },
    "document_id": {
      "type": "string",
      "description": "The document ID"
    },
    "start_index": {
      "type": "number",
      "description": "Start index of content to delete (inclusive)"
    }
  }
}