Skip to main content
POST
/
user-resource
/
vm
/
storage
/
detach
Detach Disk
curl --request POST \
  --url https://api.tenbytecloud.com/v1/user-resource/vm/storage/detach \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data 'uuid=<string>' \
  --data 'storage_uuid=<string>'
{
  "success": true
}

Authorizations

apikey
string
header
required

Body

application/x-www-form-urlencoded
uuid
string
storage_uuid
string

Response

200 - application/json

Result

The response is of type object.