-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This allows a user to delete a sheet from an existing Spreadsheet.
Method Details
| Property | Value |
|---|---|
| Service Object Name | SpreadSheet (See #3) |
| Service Object Method Name | Delete Sheet |
| Service Object Method Description | Delete a sheet to an existing Spreadsheet |
| Execution type | Delete |
| Input | SpreadSheetId, SheetId |
| Required Inputs | SpreadSheetId, SheetId |
| Output |
Validation & Expectations:
- See Service Object: Spreadsheet #3 for the definition of the Service Object Properties
- If the SpreadSheetId does not exist, provide the following error message: "Spreadsheet '{SpreadSheetId}' does not exist."
- If the SheetId does not exist, provide the following error message: "Sheet '{SheetId}' in SpreadSheet '{SpreadSheetId}' does not exist."
- API details: https://developers.google.com/sheets/api/samples/sheet#delete_a_sheet
Metadata
Metadata
Assignees
Labels
No labels