Skip to main content
DELETE
/
connectors
/
datasources
Delete datasources
import requests

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

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.

Query Parameters

collection
string

The collection name, to remove datasources linked to that collection.

force
boolean

Indicates if the configuration should be removed even if a job is currently running.

removeOutput
boolean

Indicates if the documents indexed should be also removed.

context
string

The app to which this datasource belongs.

Response

200 - application/json

OK