Python
import requests url = "https://{FUSION HOST}/api/searchCluster/{id}" response = requests.delete(url) print(response.json())
Delete a cluster definition.
An optional tag to match against the specified blob.
The cluster ID.
Was this page helpful?