curl --request DELETE \
--url https://api.trieve.ai/api/chunk/{chunk_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
Delete a chunk by its id. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
curl --request DELETE \
--url https://api.trieve.ai/api/chunk/{chunk_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
The 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.
Id of the chunk you want to fetch.
Confirmation that the chunk with the id specified was deleted
Was this page helpful?