delete_doc_tab
Remove a specific tab from a Google Doc using its tab ID. Provide the document ID and user email to delete the tab and get a confirmation link.
Instructions
Deletes a tab from a Google Doc by its tab ID.
Args: user_google_email: User's Google email address document_id: ID of the document to update tab_id: ID of the tab to delete (use inspect_doc_structure to find tab IDs)
Returns: str: Confirmation message with document link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | Yes | ||
| document_id | Yes | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |