---
title: "Delete Search Synonym"
method: DELETE
path: "/{databaseId}/synonyms/items/{id}"
tags: ["Search"]
---

# Delete Search Synonym

`DELETE /{databaseId}/synonyms/items/{id}`

Deletes synonym of the given `id`. This synonym is no longer taken into account in the [Search items](https://docs.recombee.com/api#search-items).

## Path parameters

- `databaseId` string, required
- `id` string, required

## Response `200`

Successful operation.

## Other responses

- `404` — Synonym with the 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)
