All Products
Search
Document Center

CloudMonitor:DeleteMonitorGroup

Last Updated:Mar 01, 2024

Deletes an application group.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
GroupIdlongYes

The ID of the application group.

123456

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code.

Note The status code 200 indicates that the call was successful.
200
Messagestring

The returned message.

The Request is not authorization.
RequestIdstring

The ID of the request.

CA35B3AE-4FFD-4A33-AE67-67EF68711EFA
Successboolean

Indicates whether the call was successful. The value true indicates a success. The value false indicates a failure.

true
Groupobject

The deleted application group.

GroupNamestring

The name of the application group.

ECS_test
ContactGroupsobject []

The alert groups that receive alert notifications for the application group.

Namestring

The name of the alert group.

ECS_Group

Examples

Sample success responses

JSONformat

{
  "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"
        }
      ]
    }
  }
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidQueryParameter%s-
401AccessDeniedExceptionYou donot have sufficient access to perform this action.-
402LimitExceededThe quota for this customer had been reached.-
403AccessForbiddenUser not authorized to operate on the specified resource.-
403InvalidClientTokenIdThe X.509 certificate or cms access key ID provided does not exist in our records.-
404ResourceNotFoundThe specified resource is not found.The specified resource is not found.
406%s%s-
409ResourceConflictConcurrent modification of resources.-
429Throttli∂ngExceptionThe request was denied due to request throttling.-
500InternalErrorThe request processing has failed due to some unknown error.-

For a list of error codes, visit the Service error codes.