Python
import requests url = "https://{FUSION_HOST}/job-config/tasks/{id}" response = requests.delete(url) print(response.text)
Delete the specified task job’s configuration from Fusion.
The unique ID for this job.
OK
Was this page helpful?