Delete V2 datasources
import requests
url = "https://{FUSION HOST}/api/connectors/configs"
response = requests.delete(url)
print(response.text)[]Delete V2 datasources
Remove all V2 configurations linked to the given collection. A list of the removed configuration IDs is returned.
DELETE
/
connectors
/
configs
Delete V2 datasources
import requests
url = "https://{FUSION HOST}/api/connectors/configs"
response = requests.delete(url)
print(response.text)[]Query Parameters
The collection name, to remove datasource configurations 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 context of resource. It usually is the app inside which the resource is created.
Response
200 - application/json
OK
Was this page helpful?
⌘I