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. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteEventBridgeIntegration

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

Id Long Yes 123

The ID of the EventBridge integration.

Response parameters

Parameter Type Example Description
RequestId String 2B289756-E791-5842-BCBD-AD414C******

The ID of the request.

IsSuccess Boolean true

Indicates whether the EventBridge integration is deleted.

  • true: The EventBridge integration is deleted.
  • false: The EventBridge integration fails to be deleted.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteEventBridgeIntegration
&Id=123
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteEventBridgeIntegrationResponse>
    <RequestId>2B289756-E791-5842-BCBD-AD414C******</RequestId>
    <IsSuccess>true</IsSuccess>
</DeleteEventBridgeIntegrationResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

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

Error codes

For a list of error codes, visit the Error Center.