Google Slides · Schema

DeleteTableColumnRequest

Deletes a column from a table.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

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

JSON Schema

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