Bulk delete records
Delete multiple records by their IDs from a data source (formerly known as “inference pipeline”).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.
Path Parameters
The inference pipeline id (a UUID).
Body
Inference IDs to delete. Maximum of 500 per request.
1 - 500 elementsResponse
Accepted. The records are tombstoned and the purge is enqueued. Also returned when re-submitting records that are already tombstoned but not yet purged.
The inference IDs accepted for deletion.
Number of records that resolved and will be removed.
Number of spans that will be removed. Null on data sources that delete synchronously, which have no span table.
URL to poll for purge status. Null on data sources that delete synchronously, where the deletion is already complete.
ID of the background purge task. Null on data sources that delete synchronously, where the deletion is already complete.