Delete multiple records by their IDs in a single operation
The request body should contain an array of row_ids, where each id identifies a row to be deleted.
Required API Scope: Workspace Content: Delete
POST
Delete multiple records by their IDs in a single operation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
Create a new database table with optional schema definition
Previous
Update multiple records in a single batch operation
Next
Delete multiple records by their IDs in a single operation