Python
import requests url = "https://{FUSION HOST}/api/api-key/{id}" response = requests.get(url) print(response.json())
We return not found error when key is deleted
Key ID not found.
Was this page helpful?