Skip to main content
DELETE
/
job-config
/
tasks
/
{id}
Delete a task job
import requests

url = "https://{FUSION_HOST}/job-config/tasks/{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.

Headers

If-Match
integer<int32>
default:-1

Path Parameters

id
string
required

The unique ID for this job.

Query Parameters

context
string

Response

200

OK