Delete Region
Deletes a given Region.
Request
URI
DELETE
https://{api_host}/cloudapi/vcf/regions/{regionUrn}
COPY
Path Parameters
string
regionUrn
Required
regionUrn
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/regions/{regionUrn}
Availability
Added in 40.0
Regions Operations
GET
Query Regions
POST
Create Region
GET
Get Region
PUT
Update Region
DELETE
Delete Region