Delete A single availability zone

Delete A single availability zone

Deletes the availability zone. If the IaaS does not support availability zones an error will be returned.

Availability zones that are already on a deployed product cannot be deleted.

Request
URI
DELETE
https://{api_host}/api/v0/staged/director/availability_zones/{az_guid}
COPY
Path Parameters
string
az_guid
Required

az_guid


Responses
200

OK

Operation doesn't return any data structure

405

Method Not Allowed

Returns CommonErrors of type(s) application/json
"CommonErrors Object"
array of string
errors
Required

errors


Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v0/staged/director/availability_zones/{az_guid}