Python
import requests url = "http://api/apollo/index-stages/instances/{id}" response = requests.delete(url) print(response.text)
An entity tag to match against the specified stage instance
The stage ID
successful operation
Was this page helpful?