Skip to main content
DELETE
/
db
/
{table}
Delete rows
curl --request DELETE \
  --url https://api.kapso.ai/platform/v1/db/{table} \
  --header 'X-API-Key: <api-key>'
{
  "error": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

table
string
required

Table name

Response

Rows deleted