v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
AWS Integration

Delete an Amazon EventBridge source

This endpoint is deprecated - use the V2 endpoints instead. Delete an Amazon EventBridge source.

delete/api/v1/integration/aws/event_bridge

Request body

account_idstring

Your AWS Account ID without dashes.

event_generator_namestring

The event source name.

regionstring

The event source's AWS region.

Example request

{
  "account_id": "123456789012",
  "event_generator_name": "app-alerts-zyxw3210",
  "region": "us-east-1"
}

Response

OK

status'empty'

The event source status "empty".

Example response

{
  "status": "empty"
}