Skip to main content

Delete a Managed Cluster

DELETE 

/managed-clusters/:id

Delete an existing Managed Cluster.

Request

Path Parameters

    id stringrequired

    The Managed Cluster ID

    Example: aClusterId

Query Parameters

    removeClients boolean

    Flag to determine the need to delete a cluster with clients

    Example: false

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...