Google Docs · Schema

DeleteHeaderRequest

Deletes a Header from the document.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
headerId string The ID of the header to delete.
tabId string The tab containing the header to delete.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-delete-header-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeleteHeaderRequest",
  "type": "object",
  "description": "Deletes a Header from the document.",
  "properties": {
    "headerId": {
      "type": "string",
      "description": "The ID of the header to delete."
    },
    "tabId": {
      "type": "string",
      "description": "The tab containing the header to delete."
    }
  }
}