All Products
Search
Document Center

Application Real-Time Monitoring Service:DeleteSilencePolicy

Last Updated:May 09, 2024

Deletes a silence policy based on its ID.

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
IdlongYes

The ID of the request.

1234

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The operation that you want to perform. Set the value to DeleteSilencePolicy.

A5EC8221-08F2-4C95-9AF1-49FD998C****
IsSuccessboolean

Indicates whether the silence policy was deleted successfully. Valid values:

  • true: The silence policy was deleted successfully.
  • false: The silence policy failed to be deleted.
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "A5EC8221-08F2-4C95-9AF1-49FD998C****",
  "IsSuccess": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
2022-02-24Add Operationsee changesets