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

# Delete Sheet

> Delete a sheet/tab from a specific Google spreadsheet

Delete a sheet/tab from a specific Google spreadsheet

|                       |                       |
| --------------------- | --------------------- |
| **App**               | Google Sheets         |
| **Operation ID**      | `sheets_delete_sheet` |
| **Type**              | Action                |
| **Connection**        | `drive` (optional)    |
| **Credits per run**   | 1                     |
| **Agent / MCP tool**  | Yes                   |
| **Requires approval** | Yes (write operation) |

## Inputs

| Field         | Type   | Required | Default | Description                                                    |
| ------------- | ------ | -------- | ------- | -------------------------------------------------------------- |
| `spreadsheet` | string | Yes      | -       | Google Spreadsheet URL or ID where you want to delete a sheet. |
| `sheet_name`  | string | Yes      | -       | The name of the sheet/tab to delete.                           |

## Output

**Type**: `Dict`

Returns deletion confirmation.

**Fields**: `message`, `sheet_name`, `spreadsheet_id`
