Google Docs · Schema

DeletePositionedObjectRequest

Deletes a PositionedObject from the document.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
objectId string The ID of the positioned object to delete.
tabId string The tab that the positioned object is in.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-delete-positioned-object-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeletePositionedObjectRequest",
  "type": "object",
  "description": "Deletes a PositionedObject from the document.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The ID of the positioned object to delete."
    },
    "tabId": {
      "type": "string",
      "description": "The tab that the positioned object is in."
    }
  }
}