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.text)

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

The name of the job.

Response

200

OK