---
title: "Delete a manually managed audience segment"
method: DELETE
path: "/api/segments/{id}"
tags: ["segments"]
---

# Delete a manually managed audience segment

`DELETE /api/segments/{id}`

Delete an audience segment specified by ID.

### Constraints:
- Audience segments cannot be deleted if they are currently assigned to any active or pending Billboards.

## Path parameters

- `id` integer, required

## Response `200`

The deleted audience segment

## Other responses

- `401` — Unauthorized
- `404` — Audience Segment Not Found
- `409` — Audience segment could not be deleted

## Changes

- **2026-07-13** (v1) `189b62b952ea` — 4 breaking
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `404`
  - removed the media type `application/json` for the response with the status `409`
- **2026-07-13** (v1) `7db6ba099285` — 4 breaking
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `404`
  - removed the media type `application/json` for the response with the status `409`
- **2026-05-28** (v1) `6550ad7be94f` — 4 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `404`
  - added the media type `application/json` for the response with the status `409`
- …earlier changes not shown

[Full history](https://skmtc.dev/forem/apis/forem-api-v1/changes/api/segments/:id/delete.md)

---

[API](https://skmtc.dev/forem/apis/forem-api-v1.md) · [All operations](https://skmtc.dev/forem/apis/forem-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forem/forem-api-v1/revisions/1f64f71fc2a7/schema)
