Skip to main content
POST
Delete rows

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

database
string
required

Target database.

table
string
required
predicate
string
required

Response

Row counts as JSON {matched, n_tombstoned, n_not_found}.

Last modified on August 19, 2026