---
title: "Remove an existing audience"
method: DELETE
path: "/audiences/{id}"
tags: ["Audiences"]
deprecated: true
---

# Remove an existing audience

`DELETE /audiences/{id}`

> **Deprecated.**

Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

## Path parameters

- `id` string, required

## Response `200`

OK

- RemoveAudienceResponseSuccess
  - `id` string — The ID of the audience.
  - `object` string — The object of the audience.
  - `deleted` boolean — The deleted attribute indicates that the corresponding audience has been deleted.

## Changes

- **2026-02-23** `fb32a234f2d7` — 1 info
  - endpoint deprecated
- **2024-01-16** `b3e7d332decf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/resend/apis/resend/changes/audiences/:id/delete.md)

---

[API](https://skmtc.dev/resend/apis/resend.md) · [All operations](https://skmtc.dev/resend/apis/resend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resend/resend/revisions/88d8e60101c3/schema)
