Delete record
Delete a record by its ID 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).
Response
Accepted. The record is tombstoned and the purge is enqueued. Also returned when re-submitting a record that is already tombstoned but not yet purged; the response then carries the in-flight purge task's handle.
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.