DELETE
/
connectors
/
jobs
/
{id}
/
db
Clear crawlDB collection
curl --request DELETE \
  --url https://{FUSION HOST}/api/connectors/jobs/{id}/db

Path Parameters

id
string
required

The datasource configuration ID.

Query Parameters

removeOutput
boolean

Indicates if the content collection should be cleared as well.

Response

204

No Content