Delete Network

Delete Network

Deletes a Network corresponding to its unique Id.

Request
URI
DELETE
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/network/networks/{id}
COPY
Path Parameters
string
serviceId
Required

The ID of the IaaS service as registered in the component registry service.

string
id
Required

The id of a Network.


Responses
204

The Network is deleted.

Operation doesn't return any data structure