Skip to main content
DELETE
/
history
/
{service}
Delete all history for a specified service
import requests

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

response = requests.delete(url)

print(response.text)

Path Parameters

service
string
required

The name of a service

Response

default

successful operation