---
title: "임시 Domain 삭제"
slug: "analytics-cloudsearch-deletetempdomain"
updated: 2026-04-23T08:56:08Z
published: 2026-04-23T09:02:28Z
---

> ## 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.

# 임시 Domain 삭제

생성한 임시 도메인을 삭제합니다.

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

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

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

| 파라미터명 | 필수 여부 | 타입   | 제약 사항 | 설명                                   |
|-------------|-----------|--------|----------|----------------------------------------|
| name      | Yes       | string | | 생성되어져 있는 임시 Domain 이름 |


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

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

|HTTP Status | Desc |
|-------- | ---------------------------- |
|200| OK(삭제 완료) |
|400|  Bad Request |
|400| There is no tempDomain |
| 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/tempdomain/temp

DELETE /CloudSearch/real/v1/tempdomain/temp HTTP/1.1
Host:cloudsearch.apigw.ntruss.com

x-ncp-apigw-signature-v2: cDwtHuQeGmwWyNmwlN6XIGA66zge4iMXvfoDQNna05g=
x-ncp-apigw-timestamp: 1545817618751
x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi

```

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


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