Delete Security Group

Delete Security Group

Deletes a SecurityGroup corresponding to its unique Id.

Request
URI
DELETE
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/network/security-groups/{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 the SecurityGroup to be deleted.


Responses
204

The security group is deleted.

Operation doesn't return any data structure