curl --request DELETE \
--url https://api.trieve.ai/api/crawl/{crawl_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
This endpoint is used to delete an existing crawl request for a dataset. The request payload should contain the crawl id to delete.
curl --request DELETE \
--url https://api.trieve.ai/api/crawl/{crawl_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
The dataset id to use for the request
The id of the crawl to delete
Crawl deleted successfully
Was this page helpful?