DELETE
/
api
/
crawl
/
{crawl_id}
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.

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string
required

The dataset id to use for the request

Path Parameters

crawl_id
string
required

The id of the crawl to delete

Response

204
_mintlify/placeholder

Crawl deleted successfully