delete_doc_tab
Remove a specific tab from a Google Doc using its tab ID to clean up document structure and organize content.
Instructions
Deletes a tab from a Google Doc by its tab ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | User's Google email address | |
| document_id | Yes | ID of the document to update | |
| tab_id | Yes | ID of the tab to delete (use inspect_doc_structure to find tab IDs) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |