All Products
Search
Document Center

CloudMonitor:DeleteContactGroup

Last Updated:Mar 01, 2024

Deletes an alert 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
ContactGroupNamestringYes

The name of the alert group.

contact_group_2019_templatedfkXQ

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The HTTP status code.

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

The returned message.

success
RequestIdstring

The ID of the request.

F722BE59-2400-4A64-9C1A-AD886AED9A69
Successboolean

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

true

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "success",
  "RequestId": "F722BE59-2400-4A64-9C1A-AD886AED9A69",
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterValueIllegal parameters.Illegal parameters.
403InvalidAuthorizationPermission deniedPermission denied.
404ContactNotExistsContactGroupName Not Exists-
500InternalErrorThe request processing has failed due to some unknown error.-

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

Change history

Change timeSummary of changesOperation
No change history