Delete datasources
import requests
url = "https://{FUSION HOST}/api/connectors/datasources"
response = requests.delete(url)
print(response.text)[]Delete datasources
Delete all datasource configurations linked to the given collection. A list of the removed datasource configuration IDs is returned.
DELETE
/
connectors
/
datasources
Delete datasources
import requests
url = "https://{FUSION HOST}/api/connectors/datasources"
response = requests.delete(url)
print(response.text)[]Query Parameters
The collection name, to remove datasources linked to that collection.
Indicates if the configuration should be removed even if a job is currently running.
Indicates if the documents indexed should be also removed.
The app to which this datasource belongs.
Response
200 - application/json
OK
Was this page helpful?
⌘I