BlazeSheets

Delete a row

DELETE
/v1/{apiId}/{rowNumber}

Deletes the record at the 1-based data row number (excluding header) when delete is granted. Use $sheet to select a worksheet tab (defaults to the first sheet). Authenticate through X-API-Key or bearer auth when configured. If delete CAPTCHA is enabled, send cf-turnstile-response or captchaToken as a query parameter.

X-API-Key<token>

BlazeSheets API key used to access a protected public API.

In: header

Path Parameters

apiId*string
Formatuuid
rowNumber*integer

1-based data row number, excluding the header row.

Range1 <= value

Query Parameters

$sheet?string

Worksheet tab name (case-sensitive). Defaults to the first sheet when omitted.

Length1 <= length
captchaToken?string

Alternative to the cf-turnstile-response header.

Header Parameters

cf-turnstile-response?string

Required when CAPTCHA is enabled for this operation.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/497f6eca-6276-4993-bfeb-53cbbbba6f08/1"
{  "deleted": 0}