Delete records
Deletes a specific set of records (by record_id) from a dataset and enqueues a managed data-deletion job that purges their indexed and semantic data. The delete is durable: the records are tombstoned so a later reindex cannot bring them back. Up to 1024 record_ids per request. Returns the deletion job so you can track it to completion. Requires an admin role.
Authorizations
API token issued from the Splendor console.
Headers
Selects the tenant (workspace) the request acts within.
Body
Delete a specific set of records (by record_id) from a dataset.
Capped at 1024 record_ids per request: the deletion worker issues one delete-by-query for the whole set (it does not chunk), so an unbounded set would produce an oversized query. Send larger deletes in batches.
Response
Successful Response
hosted_upload, source, dataset, object, record, tenant pending, running, succeeded, failed