Python
import requests url = "https://{FUSION HOST}/api/api-key/{id}" response = requests.delete(url) print(response.json())
Delete the API key with the specified ID. Note that the ID is different than the key name. Use GET /api-key to fetch the complete list of existing keys.
GET /api-key
The API key ID.
OK
Was this page helpful?