Path Parameters
The ID of a specific pipeline
Response
default
successful operation
import requests
url = "http://api/apollo/index-pipelines/{id}/refresh"
response = requests.delete(url)
print(response.text)import requests
url = "http://api/apollo/index-pipelines/{id}/refresh"
response = requests.delete(url)
print(response.text)The ID of a specific pipeline
successful operation
Was this page helpful?