Delete Cluster By Name

Delete Cluster By Name

Delete cluster by name.

Request
URI
DELETE
https://{api_host}/clusters/{name}
COPY
Path Parameters
string
name
Required

The name of the cluster


Authentication
This operation uses the following authentication methods.
Responses
202

A NoContent is empty response.

Operation doesn't return any data structure

401
Operation doesn't return any data structure

404
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/clusters/{name}