Skip to main content
DELETE
/
connectors
/
datasources
/
{id}
/
db
Clear the crawlDB
import requests

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

response = requests.delete(url)

print(response.json())

Path Parameters

id
string
required

The datasource configuration ID.

Query Parameters

removeOutput
boolean
default:false

Indicates if the documents indexed should be removed.

context
string

The context of resource. It usually is the app inside which the resource is created.

Response

204

No Content