Python
import requests url = "https://{FUSION HOST}/api/history/{service}/items" response = requests.delete(url) print(response.json())
Clear all items from a service’s history.
The name of a service.
Was this page helpful?