Skip to main content
DELETE
/
tables
/
{tableId}
/
rows
Error
A valid request URL is required to generate request examples
{
  "message": "Rows deleted successfully",
  "transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "rows_deleted": 123
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

tableId
string<uuid>
required

Table ID

Body

application/json

Row IDs to delete

ids
integer[]
required
Maximum array length: 1000
Example:
[1, 2, 3]

Response

Rows deleted successfully

message
string
Example:

"Rows deleted successfully"

transaction_id
string<uuid>
rows_deleted
integer