Delete a Network Security Group
To delete a NSG, you need to use the following Cloud API DELETE
request providing the datacenterId
and securityGroupId
:
DELETE /datacenters/{datacenterId}/securitygroups/{securityGroupId}
Request
Response
202 Accepted
Last updated
Was this helpful?