Skip to main content
DELETE
/
job-launcher
/
launcher
/
{id}
Delete a job
import requests

url = "https://{FUSION_HOST}/job-launcher/launcher/{id}"

response = requests.delete(url)

print(response.json())

Path Parameters

id
string
required

The name of the job.

Response

200

OK