Delete service history items
import requests
url = "https://{FUSION HOST}/api/history/{service}/items"
response = requests.delete(url)
print(response.text)This response has no body data.Clear all items from a service’s history.
DELETE
/
history
/
{service}
/
items
Delete service history items
import requests
url = "https://{FUSION HOST}/api/history/{service}/items"
response = requests.delete(url)
print(response.text)This response has no body data.Path Parameters
The name of a service.
Response
200 - undefined
Was this page helpful?
⌘I