Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } }
Delete virtual machine. Location-specific endpoint — optionally prefix path with //.
Optional location slug (e.g. cyc01)
UUID of the virtual machine
Result
The response is of type object.
object