---
title: "Delete Manual ReQL Segment"
method: DELETE
path: "/{databaseId}/segmentations/manual-reql/{segmentationId}/segments/{segmentId}"
tags: ["Segmentations Definition"]
---

# Delete Manual ReQL Segment

`DELETE /{databaseId}/segmentations/manual-reql/{segmentationId}/segments/{segmentId}`

Delete a Segment from a Manual ReQL Segmentation.

## Path parameters

- `databaseId` string, required
- `segmentationId` string, required
- `segmentId` string, required

## Response `201`

successful operation

## Other responses

- `400` — segmentationId or segmentId does not match ^[a-zA-Z0-9_\-:@\.]+$. Segmentation is of wrong type.
- `404` — Segmentation with given ID does not exist. Segment with given ID does not exist in the Segmentation.

---

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