Skip to main content
DELETE
/
noCo
/
api
/
v2
/
workspaces
/
{workspace_id}
/
tables
/
{table_id}
/
rows
Delete Rows
curl --request DELETE \
  --url https://be.datagol.ai/noCo/api/v2/workspaces/{workspace_id}/tables/{table_id}/rows \
  --header 'Content-Type: application/json' \
  --data '
{
  "rowIds": [
    5,
    4,
    3
  ]
}
'

Headers

sec-ch-ua-platform
string
Authorization
string
Referer
string
User-Agent
string
sec-ch-ua
string
sec-ch-ua-mobile
string
x-auth-token
string

Path Parameters

workspace_id
string
required
table_id
string
required

Body

application/json
rowIds
integer[]

Response

200

Delete Rows