---
title: "Delete an Amazon EventBridge source"
method: DELETE
path: "/api/v1/integration/aws/event_bridge"
tags: ["AWS Integration"]
deprecated: true
---

# Delete an Amazon EventBridge source

`DELETE /api/v1/integration/aws/event_bridge`

> **Deprecated.**

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

## Request body

- AWSEventBridgeDeleteRequest — An object used to delete an EventBridge source.
  - `account_id` string — Your AWS Account ID without dashes.
  - `event_generator_name` string — The event source name.
  - `region` string — The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).

## Response `200`

OK

- AWSEventBridgeDeleteResponse — An indicator of the successful deletion of an EventBridge source.
  - `status` 'empty' — The event source status "empty".

## Other responses

- `400` — Bad Request
- `403` — Authentication Error
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v1.md) · [All operations](https://skmtc.net/datadog/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v1/revisions/ca5871004d26/schema)
