Skip to main content
DELETE
/
history
/
{service}
/
items
Clear all items from a service's history
import requests

url = "http://api/apollo/history/{service}/items"

response = requests.delete(url)

print(response.text)

Path Parameters

service
string
required

The name of a service

Response

default

successful operation