---
title: "Delete Segmentation"
method: DELETE
path: "/{databaseId}/segmentations/{segmentationId}"
tags: ["Segmentations Definition"]
---

# Delete Segmentation

`DELETE /{databaseId}/segmentations/{segmentationId}`

Delete existing Segmentation.

## Path parameters

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

## Response `200`

successful operation

## Other responses

- `404` — Segmentation with given ID does not exist.

---

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