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.
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
Delete multiple records by their IDs in a single operation