Google Docs

gdoc_delete_table_row

Delete a row from an existing table.

Remote node2flow/google-docs

Other tools also called gdoc_delete_table_row? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "row_index": {
      "type": "number",
      "description": "0-based index of the row to delete"
    },
    "document_id": {
      "type": "string",
      "description": "The document ID"
    },
    "column_index": {
      "type": "number",
      "description": "0-based column index for cell reference (typically 0)"
    },
    "table_start_index": {
      "type": "number",
      "description": "Start index of the table element in the document"
    }
  }
}