---
title: "Delete rows"
method: DELETE
path: "/sheets/{sheetId}/rows"
tags: ["rows"]
---

# Delete rows

`DELETE /sheets/{sheetId}/rows`

Deletes one or more rows from the sheet specified in the URL.

## Query parameters

- `ids` string, required
- `ignoreRowsNotFound` boolean

## Response `200`

Returns [Result object](/api/smartsheet/openapi/schemas/result) containing row Ids corresponding to all rows that were successfully deleted (including any child rows of rows specified in the URL).

- object
  - `message` 'PARTIAL_SUCCESS' | 'SUCCESS' — Message that indicates the outcome of the request. (One of `SUCCESS` or `PARTIAL_SUCCESS`.)
  - `resultCode` 0 | 3 — * '0' Success * '3' Partial Success of Bulk Operation
  - `result` number[]

## Other responses

- `404` — Not Found. See Smartsheet Error Code and Message for details.

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
