Skip to main content
DELETE
/
connectors
/
datasources
/
{id}
Delete a datasource
import requests

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

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

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 context of resource. It usually is the app inside which the resource is created.

Response

204

No Content