All Products
Search
Document Center

CloudMonitor:DeleteMonitorGroupNotifyPolicy

Last Updated:Mar 01, 2024

Deletes a policy that is used to pause alert notifications for 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
PolicyTypestringYes

The policy type.

Valid value: PauseNotify.

PauseNotify
GroupIdstringNo

The ID of the application group.

6780****

Response parameters

ParameterTypeDescriptionExample
object

None

Codestring

The status code.

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

The error message.

The Request is not authorization.
RequestIdstring

The request ID.

B7AF834D-D38B-4A46-920B-FE974EB7E135
Resultinteger

The number of affected rows.

1
Successstring

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "The Request is not authorization.",
  "RequestId": "B7AF834D-D38B-4A46-920B-FE974EB7E135",
  "Result": 1,
  "Success": "true"
}

Error codes

HTTP status codeError codeError message
206%s%s
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