Headers
An entity tag to match
Path Parameters
The entity ID
Response
default
successful operation
import requests
url = "http://api/apollo/experiments/{id}"
response = requests.delete(url)
print(response.text)import requests
url = "http://api/apollo/experiments/{id}"
response = requests.delete(url)
print(response.text)An entity tag to match
The entity ID
successful operation
Was this page helpful?