---
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

---

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