API Reference
Log In
API Reference

Delete rows from a table.

Permissions: organization.MEMBER OR project.MEMBER.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Table type.

Allowed:
Body Params
string
required

Table name or ID.

array | null

List of row IDs to be deleted. Maximum 100 rows. Defaults to None (match rows using where).

string

SQL where clause. Can be nested ie x = '1' AND ("y (1)" = 2 OR z = '3'). It will be combined with row_ids using AND. Defaults to "" (no filter).

Headers
string
required

User PAT or service key.

string

User ID. Can be omitted if PAT is used as token.

string

Project ID. Can be omitted if PAT is used as token.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json