Skip to content

Delete a sheet row

Below API specs allow to delete a specific row in a worksheet.

HTTP Request

DELETE https://api.sheetson.com/v2/sheets/sheetName/rowIndex

Path Parameters

Parameters  
sheetName string
Name of the sheet containing data
rowIndex number
Position of the row to delete data

Headers

Parameters  
Authorization Bearer YOUR_API_KEY
X-Spreadsheet-Id string
The ID of the spreadsheet to create new a row

Request body

No request body is required.

Response body

No response body is returned.