Chunk
Bulk Delete Chunks
Delete multiple chunks using a filter. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
DELETE
/
api
/
chunk
Authorizations
Authorization
string
headerrequiredHeaders
TR-Dataset
string
requiredThe dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
Body
application/json
filter
object
requiredFilters is a JSON object which can be used to filter chunks. This is useful for when you want to filter chunks by arbitrary metadata. Unlike with tag filtering, there is a performance hit for filtering on metadata.