---
title: "Delete a Segment"
method: DELETE
path: "/v2/segments"
tags: ["Segments"]
---

# Delete a Segment

`DELETE /v2/segments`

Delete a Segment from memory. This will not delete a segment from a document.

## Query parameters

- `id` integer, required

## Response `200`

A status object.

- object
  - `id` integer — A unique Segment identifier.
  - `deleted` boolean — If the operation succeeded, then `true`. Otherwise, `false`.

## Other responses

- `default` — Unexpected error

---

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