DeleteSheet
Delete a specific sheet from Smartsheet to manage space and relevance.
Input
| Name | Type | Required | Description |
| SheetId | String | False | The unique identifier of the sheet to be deleted. This is typically a numeric or GUID value that uniquely identifies a sheet in Smartsheet. |
| SheetName | String | False | The name of the sheet to be deleted. This should match the name of an existing sheet, providing a human-readable reference. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the deletion operation was successful. Returns 'true' for success or 'false' if the operation failed. |