Google Slides · Schema

DeleteTableRowRequest

Deletes a row from a table.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
tableObjectId string The table to delete rows from.
View JSON Schema on GitHub

JSON Schema

google-slides-delete-table-row-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeleteTableRowRequest",
  "type": "object",
  "description": "Deletes a row from a table.",
  "properties": {
    "tableObjectId": {
      "type": "string",
      "description": "The table to delete rows from."
    }
  }
}