---
title: "Insert a new row with empty/null values"
method: POST
path: "/datasets/{handle}/insert-blank-row"
tags: ["data"]
---

# Insert a new row with empty/null values

`POST /datasets/{handle}/insert-blank-row`

This endpoint will return a new row with initalized null value at the index provided

## Path parameters

- `handle` string, required

## Request body

- InsertblankrowInsertBlankRowRequest
  - `index` integer, required — Index at which to insert the row.
  - `num_rows` integer — Number of rows to insert.

## Response `200`

OK

- StructsResponse
  - `Message` string
  - `Success` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/versions/d1e5cbb24557/schema)
