Skip to main content
DELETE
Bulk soft-delete rows by id

Authorizations

Authorization
string
header
required

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

Path Parameters

tableId
string<uuid>
required

Body

application/json
rowIds
string<uuid>[]
required
Required array length: 1 - 100 elements

Response

Delete receipt.

deleted
integer
required

Rows actually soft-deleted (live rows in this table + org that matched).

requested
integer
required

Row ids submitted (raw count, before de-duplication).