Python
import requests url = "https://{FUSION_HOST}/job-config/jobs" response = requests.delete(url) print(response.text)
Delete a Spark job configuration from Fusion.
OK
Was this page helpful?