Skip to main content
DELETE
/
license
/
cache
Clears any cached data related to a license, such as to apply a license change immediately.
import requests

url = "http://api/apollo/license/cache"

response = requests.delete(url)

print(response.text)

Response

default

successful operation