Skip to main content
DELETE
/
connectors
/
jobs
/
{id}
/
db
Clear crawlDB collection
import requests

url = "https://{FUSION HOST}/api/connectors/jobs/{id}/db"

response = requests.delete(url)

print(response.text)

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

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