Skip to main content
DELETE
/
index-pipelines
/
{id}
Delete the specified pipeline
import requests

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

response = requests.delete(url)

print(response.text)

Headers

If-Match
string
default:"-1"

An entity tag to match against the specified blob

Path Parameters

id
string
required

The ID of a specific pipeline

Response

default

successful operation