---
title: "Remove Person from Segment"
method: DELETE
path: "/people/{id}/segments/{segment_id}"
---

# Remove Person from Segment

`DELETE /people/{id}/segments/{segment_id}`

This endpoint removes a person from a given segment.

## Path parameters

- `id` integer, required
- `segment_id` integer, required

## Response `200`

200

## Other responses

- `404` — 404

---

[API](https://skmtc.dev/seebot/apis/seebottalk.md) · [All operations](https://skmtc.dev/seebot/apis/seebottalk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seebot/seebottalk/revisions/4b8c104ade48/schema)
