We are preparing a localization service for the content. We will do our best to provide the localization service as soon as possible.
Deletes a temporary domain.
DELETE https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/tempdomain/{name}
Request
Request Parameters
| Parameter | Required | Type | Limitations | Description |
|---|---|---|---|---|
| name | Y | string | Temporary domain name |
Response
Response status
| HTTP status | Description |
|---|---|
| 200 | OK (Successfully deleted) |
| 400 | Bad Request |
| 400 | There is no tempDomain |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |
Examples
Request Example
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
accept:application/json
x-ncp-apigw-signature-v2: cDwtHuQeGmwWyNmwlN6XIGA66zge4iMXvfoDQNna05g=
x-ncp-apigw-timestamp: 1545817618751
x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi
Request Example
{"result":"ok"}