Delete Cluster
Last updated
Was this helpful?
You can delete a specific cluster using its clusterId.
Use a region-specific endpoint to delete a cluster: https://nfs.{region}.ionos.com/clusters/{clusterId}
Note: The following request contains sample values. Remember to replace them with the relevant information.
curl -X 'DELETE' \
'https://nfs.de-txl.ionos.com/clusters/e69b22a5-8fee-56b1-b6fb-4a07e4205ead' \
-H 'accept: application/json'
-H 'Authorization: Basic <auth-token>'To make authenticated requests to the API, the following fields are mandatory in the request header:
Content-Type
yes
string
Set this to application/json.
Below is the list of mandatory path parameter:
clusterId
string
The ID (UUID) of the Cluster.
e69b22a5-8fee-56b1-b6fb-4a07e4205ead
A 202 message confirms that the specified cluster has been successfully deleted.
Last updated
Was this helpful?
Was this helpful?