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

# Delete Sheet

> Delete a sheet tab from a Google Spreadsheet.

The **Delete Sheet** action permanently removes one sheet tab and its cell data
from a spreadsheet.

## Inputs

| Input                     | Type           | Required | Description                         |
| ------------------------- | -------------- | -------- | ----------------------------------- |
| **Third-party account**   | Google account | Yes      | Account with write access.          |
| **Spreadsheet ID or URL** | String         | Yes      | Spreadsheet containing the sheet.   |
| **Sheet Name**            | String         | Yes      | Exact title of the sheet to delete. |

<Warning>
  This action deletes the entire sheet and returns no output. Use **Clear
  Range** when you only want to remove cell values.
</Warning>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The sheet cannot be found">
    Sheet-name matching is exact. Use **Get Spreadsheet Details** to inspect the
    available titles.
  </Accordion>
</AccordionGroup>
