Google Super

GOOGLESUPER_DELETE_HEADER

Deletes the header from the specified section or the default header if no section is specified. Use this tool to remove a header from a Google Document.

Remote googlesuper

Other tools also called GOOGLESUPER_DELETE_HEADER? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "tab_id": {
      "type": "string",
      "title": "Tab Id",
      "default": null,
      "examples": [
        "tab_abc"
      ],
      "nullable": true,
      "description": "The tab containing the header to delete. When omitted, the request is applied to the first tab."
    },
    "header_id": {
      "type": "string",
      "title": "Header Id",
      "examples": [
        "header_123"
      ],
      "description": "The ID of the header to delete. If this header is defined on `DocumentStyle`, the reference to this header is removed, resulting in no header of that type for the first section of the document. If this header is defined on a `SectionStyle`, the reference to this header is removed and the header of that type is now continued from the previous section."
    },
    "document_id": {
      "type": "string",
      "title": "Document Id",
      "examples": [
        "12345abcdef"
      ],
      "description": "The ID of the document from which to delete the header."
    }
  }
}