Skip to main content
DELETE
/
tasks
/
_backcompat
/
{id}
Delete a task (backward compatibility)
import requests

url = "https://{FUSION HOST}/api/tasks/_backcompat/{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
string
default:-1

An entity tag to match

Path Parameters

id
string
required

The entity ID

Response

200

Successfully deleted entity