All Products
Search
Document Center

Security Center:DeleteImageEventOperation

Last Updated:Feb 20, 2024

Deletes an alert handling rule.

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
IdlongNo

The primary key of the alert handling rule.

1404656

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Dataobject

The returned data.

Idlong

The primary key of the alert handling rule.

443496
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
Codestring

The HTTP status code.

200
Messagestring

The returned message.

successful
RequestIdstring

The request ID.

A3D7C47D-3F11-57BB-90E8-E5C20C61****

Examples

Sample success responses

JSONformat

{
  "Data": {
    "Id": 443496
  },
  "Success": true,
  "Code": "200",
  "Message": "successful",
  "RequestId": "A3D7C47D-3F11-57BB-90E8-E5C20C61****"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

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