# Delete Sheet

> `UiPath.GSuite.Activities.DeleteSheet`

`UiPath.GSuite.Activities.DeleteSheet`

## Description

Deletes the specified sheet from a Google spreadsheet.

### Scopes

This activity requires the following scopes:

* https://www.googleapis.com/auth/drive

OR

* https://www.googleapis.com/auth/spreadsheets

## Project compatibility

Windows - Legacy | Windows

## Configuration

#### In the body of the activity

* **Spreadsheet** - A reference to a Google Spreadsheet from which to delete the sheet. Typically obtained via the [Use Google Spreadsheet](https://docs.uipath.com/activities/other/latest/productivity/google-sheets-application-scope) activity. This property supports `IGoogleSheetTarget` variables.
* **SheetName** - The name of the sheet to delete. This property supports `String` variables and string formatted values. The default value is "Sheet1".

#### Properties panel

**Common**

* **ContinueOnError** - If set, the remaining activities are executed if the current activity fails. This field supports Boolean values.
* **DisplayName** - The display name of the activity. This property supports `String` variables and string formatted values.

**Input**

* **Spreadsheet** - See **Spreadsheet** in the body of the activity.
* **SheetName** - See **Sheet** in the body of the activity.
* **SpreadsheetID** - The ID of the spreadsheet file to use.

**Misc**

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.
