---
title: "Delete a Kubernetes Cluster"
method: DELETE
path: "/kubernetes_clusters/{kubernetes_cluster_id}"
tags: ["Kubernetes Clusters"]
---

# Delete a Kubernetes Cluster

`DELETE /kubernetes_clusters/{kubernetes_cluster_id}`

Deletes a Kubernetes cluster. This action is irreversible and will destroy all cluster resources.

**Note:** Only users with the `owner`, `administrator`, or `collaborator` role can delete clusters. Users with the `billing` role cannot perform this action.

## Path parameters

- `kubernetes_cluster_id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.net/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/versions/7302d79e39bb/schema)
