Python
import requests url = "http://api/apollo/history/{service}/items/{item}" response = requests.delete(url) print(response.text)
The name of a service
The name of a history item
successful operation
Was this page helpful?