Delete Cluster

Delete Cluster

Api to delete kubernetes Cluster for Telco Cloud Automation

Request
URI
DELETE
https://{api_host}/telco/api/caas/v2/clusters/{clusterName}
COPY
Path Parameters
string
clusterName
Optional

Name of the cluster which has to be deleted

Query Parameters
string
mgmtClusterName
Optional

Name of the management cluster where the request has to be executed

string
tcaCpId
Optional

Id of the TCA CP where the request has to be routed.

boolean
isForce
Optional

Flag to force delete cluster created using v2 apis


Authentication
This operation uses the following authentication methods.
Responses
200

Successfully accepted request to delete cluster.

Operation doesn't return any data structure

400

Bad Request

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


500

Internal Server Error

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors