All Products
Search
Document Center

Application Real-Time Monitoring Service:DeleteIntegrations

Last Updated:Nov 05, 2024

Deletes an alert integration.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
IntegrationIdlongYes

The ID of the alert integration.

1234

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

34ED024E-9E31-434A-9E4E-D9D15C3****
IsSuccessboolean

Indicates whether the alert integration is deleted. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "34ED024E-9E31-434A-9E4E-D9D15C3****",
  "IsSuccess": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
2022-06-24Add OperationView Change Details