> ## 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 Row(s)

> Delete one or more numbered rows from a Google Sheet.

The **Delete Row(s)** action removes complete rows from a sheet. Cells below
the deleted rows shift upward.

## Inputs

| Input                     | Type            | Required | Description                      |
| ------------------------- | --------------- | -------- | -------------------------------- |
| **Third-party account**   | Google account  | Yes      | Account with write access.       |
| **Spreadsheet ID or URL** | String          | Yes      | Spreadsheet containing the rows. |
| **Sheet Name**            | String          | Yes      | Exact sheet tab title.           |
| **Row Numbers**           | List of numbers | Yes      | One-based row numbers to delete. |

Row numbers are deduplicated and grouped into consecutive ranges before the
request is sent.

<Warning>
  This action deletes entire rows, including cells outside a logical table, and
  returns no output. Row numbers refer to the sheet before the deletion request.
</Warning>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The wrong row was deleted">
    Row numbers are absolute sheet positions, starting at `1`; they are not
    relative to the configured header row.
  </Accordion>
</AccordionGroup>
