Python
import requests url = "https://{FUSION HOST}/api/tasks/_backcompat/{id}" response = requests.delete(url) print(response.text)
Delete a task using the backward compatibility endpoint. Use this endpoint for legacy task deletion operations.
An entity tag to match
The entity ID
Successfully deleted entity
Was this page helpful?