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