Python
import requests url = "https://{FUSION_HOST}/job-launcher/launcher/{id}" response = requests.delete(url) print(response.json())
Delete the specified job.
The name of the job.
OK
Was this page helpful?