Google Docs
GOOGLEDOCS_DELETE_FOOTER
Tool to delete a footer from a Google Document. Use when you need to remove a footer from a specific section or the default footer.
Remote googledocs
Other tools also called GOOGLEDOCS_DELETE_FOOTER?
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 that contains the footer to delete. When omitted, the request is applied to the first tab."
},
"footer_id": {
"type": "string",
"title": "Footer Id",
"examples": [
"footer_123"
],
"description": "The ID of the footer to delete. If this footer is defined on DocumentStyle, the reference to this footer is removed, resulting in no footer of that type for the first section of the document. If this footer is defined on a SectionStyle, the reference to this footer is removed and the footer 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 to delete the footer from."
}
}
}