Deletes an EventBridge integration that is used to push notifications.
Debugging
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.
|
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.