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

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

response = requests.delete(url)

print(response.text)

Path Parameters

service
string
required

The name of a service

item
string
required

The name of a history item

Response

default

successful operation