Delete a cluster
DELETE/api/v1/clusters/:id
Delete a cluster
Request
Path Parameters
id stringrequired
Responses
- 204
- 400
- 500
No Content
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...