Python
import requests url = "https://{FUSION HOST}/api/history" response = requests.delete(url) print(response.json())
Clear the histories for all services.
Was this page helpful?