All Products
Search
Document Center

Application Real-Time Monitoring Service:DeleteEventBridgeIntegration

Last Updated:May 09, 2024

Deletes an EventBridge integration that is used to push notifications.

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 ID of the EventBridge 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
No change history