Delete a task (backward compatibility)
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.
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)Was this page helpful?
⌘I