Skip to main content
DELETE
/
user-resource
/
vm
/
replica
Delete Replica
curl --request DELETE \
  --url https://api.tenbytecloud.com/v1/user-resource/vm/replica \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data 'replica_uuid=<string>'
{
  "success": true
}

Authorizations

apikey
string
header
required

Body

application/x-www-form-urlencoded
replica_uuid
string

Response

200 - application/json

Result

The response is of type object.