刪除一個安全性群組。刪除安全性群組之前,請確保安全性群組內不存在執行個體,並且沒有其他安全性群組與該安全性群組有授權行為(DescribeSecurityGroupReferences),否則 DeleteSecurityGroup 請求失敗。

請求參數

名稱 類型 是否必需 描述
Action String 系統規定參數。取值:DeleteSecurityGroup
SecurityGroupId String 安全性群組 ID。
RegionId String 地域 ID。您可以調用 DescribeRegions 查看最新的阿里雲地域列表。

返回參數

全是公共返回參數。參閱 公共參數

樣本

請求樣本
https://ecs.aliyuncs.com/?Action=DeleteSecurityGroup
&RegionId=cn-hangzhou
&SecurityGroupId=sg-F876FF7BA
&<公共請求參數>
返回樣本

XML 格式

<DeleteSecurityGroupResponse>
     <RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BA984</RequestId>
</DeleteSecurityGroupResponse>
JSON 格式
{
    "RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}

錯誤碼

以下為本介面特有的錯誤碼。更多錯誤碼,請訪問 API 錯誤中心

錯誤碼 錯誤資訊 HTTP 狀態碼 說明
DependencyViolation There is still instance(s) in the specified security group. 403 指定的安全性群組仍在管理執行個體。
DependencyViolation The specified security group has been authorized in another one. 403 指定安全性群組被其他安全性群組授權。
InvalidRegionId.NotFound The specified RegionId does not exist. 404 指定的 RegionId 不存在。