DeleteSecurityGroup
In this article:
DeleteSecurityGroup#
Description#
Deletes a security group.
Request Parameters#
GroupId — The ID of the security group.
Type: String
Required: Yes
Response Elements#
requestId — The request ID.
Type: String
return —
True
is returned if the request succeeds, and an error otherwise.Type: Boolean
Examples#
c2-ec2 DeleteSecurityGroup GroupId <group_id>