Skip to main content
DELETE
/
searchCluster
/
{id}
Delete a cluster
import requests

url = "https://{FUSION HOST}/api/searchCluster/{id}"

response = requests.delete(url)

print(response.json())

Headers

If-Match
string
default:"-1"

An optional tag to match against the specified blob.

Path Parameters

id
string
required

The cluster ID.