> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Row

Delete a row on an existing sheet you have access to

## Input

| Property              | Type     | Required | Description                                                              |
| --------------------- | -------- | -------- | ------------------------------------------------------------------------ |
| spreadsheet\_id       | DROPDOWN | Yes      | -                                                                        |
| include\_team\_drives | CHECKBOX | Yes      | Determines if sheets from Team Drives should be included in the results. |
| sheet\_id             | DROPDOWN | Yes      | -                                                                        |
| row\_id               | NUMBER   | Yes      | The row number to remove                                                 |

## Sample Output

```json theme={null}
{}
```
