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)

Headers

If-Match
string
default:-1

An entity tag to match

Path Parameters

id
string
required

The entity ID

Response

200

Successfully deleted entity