Python
import requests url = "http://api/apollo/custom-rule-types/{id}" response = requests.delete(url) print(response.text)
An entity tag to match
The entity ID
successful operation
Was this page helpful?