Summary
Delete the cluster identified by ":name".
DELETE /clusters/:name
Response
HTTP CODE | Description |
---|---|
200 | OK |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
500 | Internal Server Error |
Example
Delete the cluster named ‘c1’.
DELETE /clusters/c1
200 OK