---
title: "Delete audience"
method: DELETE
path: "/audience/{id}"
tags: ["Audience"]
---

# Delete audience

`DELETE /audience/{id}`

Delete a specific audience by its ID. Users can only delete audiences they created.

**400 is returned if the audience is used by an active campaign:**
`"can't delete audience, campaign with this audience <id> exists"`
Remove the campaign first, then retry deletion.

On success, `data` is always an empty array `[]`.

## Path parameters

- `id` string, required

## Response `200`

Audience deleted successfully

- object
  - `status` boolean
  - `data` unknown[]
    - unknown

## Other responses

- `400` — Bad request
- `401` — Unauthorized access
- `404` — Audience not found
- `500` — Internal server error

---

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