---
title: "동의어 사전 삭제"
slug: "analytics-cloudsearch-deletesynonym"
updated: 2026-04-23T08:56:10Z
published: 2026-04-23T09:02:33Z
canonical: "api.ncloud-docs.com/analytics-cloudsearch-deletesynonym"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 동의어 사전 삭제

사용자 동의어 사전을 삭제합니다. 생성한 버전 전체 혹은 특정 버전을 지정하여 삭제할 수 있습니다.

* 사용자가 원하는 단어를 동의어로 설정하여 검색할 수 있습니다.
* 현재 동의어 사전은 하나만 설정이 가능하며, 버전으로 관리할 수 있습니다.

```http
DELETE https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/synonym/{synoName}
```

## 요청<a name="요청"></a>

### 요청 파라미터<a name="요청파라미터"></a>

| 파라미터 명 | 필수 여부 | 타입   | 제약사항 | 설명                                   |
|-------------|-----------|--------|----------|----------------------------------------|
| name      | Yes       | string | | 생성되어져 있는 Domain 이름 |
| synoName      | Yes       | string | | 생성되어져 있는 사전 이름  |
| version      | No | string | | 삭제하려는 동의어 사전 버전 |

### 응답 Status<a name="응답Status"></a>

|HTTP Status | Desc |
|-------- | ---------------------------- |
|200| OK(생성 완료) |
|400|  Bad Request |
| 401    | Unauthorized                                                   |
|403 | Forbidden                                          |                                                              |
|404 | Not Found                                       |                                                              |
| 500 | Internal Server Error                                                 |                                                              |


## 예시<a name="예시"></a>


### 요청 예시<a name="요청예시"></a>

```http
DELETE https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/wiki/synonym/syno?version=0.1
x-ncp-iam-access-key: cPMl0CYGgRYvEa8sylCj
x-ncp-apigw-signature-v2: +Ln++MqcKHckKli2y/bB76xLUu8qR9rLvo6j2yIYuYg=
x-ncp-apigw-timestamp: 1551453306138
```

### 응답 예시<a name="응답예시"></a>


```json
{"result":"ok"}
```
