Delete Virtual Datacenter

Delete Virtual Datacenter

Deletes a virtual datacenter via URN.

Request
URI
DELETE
https://{api_host}/cloudapi/vcf/virtualDatacenters/{vdcUrn}
COPY
Path Parameters
string
vdcUrn
Required

vdcUrn

Query Parameters
boolean
force
Optional

This parameter in the delete request of a Region Quota / Virtual Datacenter will forcibly remove the contents of a Region Quota regardless of vCenter connectivity. This includes all namespaces. Any connection issues with vCenter will be ignored instead of failing the workflow. This parameter is optional. If not provided, the workflow will fail as usual if vCenter cannot be reached delete and/or confirm the deletion of namespaces and other entities.


Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/virtualDatacenters/{vdcUrn}