Google Docs · Schema

DeleteFooterRequest

Deletes a Footer from the document.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

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

JSON Schema

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