Delete a cluster
DELETE
/
teams
/{team_id}
/clusters
/{cluster_id}
Path Parameters
team_id
Requiredstring
ID of team
cluster_id
Requiredstring
ID of cluster
Header Parameters
Authorization
Requiredstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
curl -X DELETE "https://api.devzero.io/backend/v0/teams/string/clusters/string" \
-H "Authorization: string"
No content