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 has no body data.

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