删除安全组
描述
用于删除一个指定的安全组。
只有组内不存在实例,或者没有被其他组的安全规则引用时才可以删除。
请求参数
名称 |
类型 |
是否必须 |
描述 |
Action
String
是
系统规定参数,取值:DeleteSecurityGroup
SecurityGroupId
String
是
安全组 ID
RegionId
String
是
地域 Id
返回参数
全是公共返回参数,详见公共返回参数
错误码
错误代码 |
描述 |
Http 状态码 |
语义 |
InvalidRegionId.NotFound
The RegionId provided does not exist in our records.
404
指定的 RegionId 不存在或者未授权
MissingParameter
The input parameter "RegionId" that is mandatory for processing this request is not supplied.
400
RegionId 参数未指定
MissingParameter
The input parameter "SecurityGroupId" that is mandatory for processing this request is not supplied.
400
SecurityGroupId 参数未指定
DependencyViolation
There is still instance(s) in the specified security group.
403
指定的安全组中仍旧包含实例
DependencyViolation
The specified security group has been authorized in another one of this user account
403
指定安全组被本用户的其他安全组授权
DependencyViolation
The specified security group has been authorized in another one of another user account
403
指定安全组被其他用户的其他安全组授权
示例
请求示例
https://ecs.aliyuncs.com/?Action=DeleteSecurityGroup
&SecurityGroupId=sg-F876FF7BA
&RegionId=cn-hangzhou
&<公共请求参数>
返回示例
XML格式
【点击图片进入下一页或下一篇】
JSON格式
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
所属专题: