Skip to main content
DELETE
/
index-stages
/
instances
/
{id}
Delete a specific stage instance
import requests

url = "http://api/apollo/index-stages/instances/{id}"

response = requests.delete(url)

print(response.text)

Headers

If-Match
string
default:"-1"

An entity tag to match against the specified stage instance

Path Parameters

id
string
required

The stage ID

Response

default

successful operation