cURL
deleteTableRows
Allows selective deletion of rows or complete clearance of a table.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Bot id
Integration id
Integration alias
Integration name
User Id
User Role
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Body
application/json
Identifiers of the rows to be deleted.
Maximum array length:
1000Required range:
x <= 2147483647Filter to apply when deleting rows. Deletion with a filter is performed asynchronously in batches and returns a job object to track progress. Example: { "createdAt": { "$lt": "2026-01-01" } }
Flag to delete all rows. Use with caution as this action is irreversible.
Last modified on June 1, 2026