Delete Cluster Template

Delete Cluster Template

API to delete cluster templates based on the template name

Request
URI
DELETE
https://{api_host}/tca/caas/api/v2/orgs/{orgId}/templates/{templateId}
COPY
Path Parameters
string
orgId
Optional

The identifier of the tenant

string
templateId
Required

Id of the cluster to be deleted


Responses
200

Successfully deleted the cluster template request

Operation doesn't return any data structure

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

errors


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

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

errors


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

errors