Skip to main content
DELETE
/
user-resource
/
vm
Delete VM
curl --request DELETE \
  --url https://api.tenbytecloud.com/v1/user-resource/vm \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data 'uuid=<string>'
{
  "errors": {
    "Error": "No such virtual machine exists. aaaaaaaa-0000-bbbb-1111-cccccccccccc"
  }
}

Authorizations

apikey
string
header
required

Path Parameters

slug
string

Optional location slug (e.g. cyc01)

Body

application/x-www-form-urlencoded
uuid
string

UUID of the virtual machine

Response

200 - application/json

Result

The response is of type object.