API
Kubernetes
Delete cluster

Delete a Kubernetes cluster

  • Name
    delete
    Type
    /v1/kubernetes/:uuid
    Description

    Send a DELETE request to delete a kubernetes cluster.

Request

Example

curl -X DELETE "https://api.simplystack.com/v1/kubernetes/236fa2a0-96d6-4c14-8dbc-08db28f3513b" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0"
 

Response

Response to method DELETE to /v1/kubernetes/:uuid will not return any results, only the message (204 No Content) which indicates that the deletion was successful.