调用DeleteMonitorGroup接口删除指定的应用分组。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
GroupId | long | 是 | 应用分组 ID。 | 123456 |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": 200,
"Message": "The Request is not authorization.",
"RequestId": "CA35B3AE-4FFD-4A33-AE67-67EF68711EFA",
"Success": true,
"Group": {
"GroupName": "ECS_test",
"ContactGroups": {
"ContactGroup": [
{
"Name": "ECS_Group"
}
]
}
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidQueryParameter | %s | - |
401 | AccessDeniedException | You donot have sufficient access to perform this action. | - |
402 | LimitExceeded | The quota for this customer had been reached. | - |
403 | AccessForbidden | User not authorized to operate on the specified resource. | - |
403 | InvalidClientTokenId | The X.509 certificate or cms access key ID provided does not exist in our records. | - |
404 | ResourceNotFound | The specified resource is not found. | 未找到指定资源。 |
406 | %s | %s | - |
409 | ResourceConflict | Concurrent modification of resources. | - |
429 | Throttli∂ngException | The request was denied due to request throttling. | - |
500 | InternalError | The request processing has failed due to some unknown error. | - |
访问错误中心查看更多错误码。