Python
import requests url = "http://api/connectors/connectors/datasources/{id}" response = requests.delete(url) print(response.text)
The datasource name
Whether to abort jobs before deleting or not
successful operation
Was this page helpful?