Skip to main content
DELETE
/
history
/
{service}
Delete service history
import requests

url = "https://{FUSION HOST}/api/history/{service}"

response = requests.delete(url)

print(response.json())

Path Parameters

service
string
required

The name of a service.