All Products
Search
Document Center

Application Real-Time Monitoring Service:DeleteEventBridgeIntegration

Last Updated:Nov 05, 2024

Deletes an EventBridge integration that is used to push notifications.

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
IdlongYes

Required. The ID of the EventBridge notification integration. You can call the ListEventBridgeIntegrations operation to query the ID.

123

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

2B289756-E791-5842-BCBD-AD414C******
IsSuccessboolean

Indicates whether the EventBridge integration is deleted.

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "2B289756-E791-5842-BCBD-AD414C******",
  "IsSuccess": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-07-30The internal configuration of the API is changed, but the call is not affectedView Change Details