Skip to main content
DELETE
Bulk delete records
This action cannot be undone.
Record IDs that do not exist are skipped rather than causing the request to fail, so deletedCount in the response can be lower than the number of IDs you sent.

Authorizations

Authorization
string
header
required

Enter your Zite API key. Format: Bearer <api_key>

Path Parameters

databaseId
string
required

The unique identifier of the database

tableId
string
required

The unique identifier of the table. You can also use the table name instead of the ID.

Body

application/json
recordIds
string<uuid>[]
required

The UUIDs of the records to delete.

Required array length: 1 - 100 elements

Response

Records deleted successfully

success
boolean
required
deletedCount
number
required

The number of records that were actually deleted.