Google Slides · Schema

DeleteTextRequest

Deletes text from a shape or a table cell.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the shape or table where the text will be deleted.
View JSON Schema on GitHub

JSON Schema

google-slides-delete-text-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeleteTextRequest",
  "type": "object",
  "description": "Deletes text from a shape or a table cell.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the shape or table where the text will be deleted."
    }
  }
}