도메인을 삭제합니다
DELETE https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}
요청
요청 파라미터
파라미터명 |
필수 여부 |
타입 |
제약 사항 |
설명 |
name |
Yes |
string |
|
생성되어져 있는 Domain 이름 |
응답
응답 Status
HTTP Status |
Desc |
200 |
OK(삭제 완료) |
400 |
Bad Request |
401 |
there is no such service |
401 |
Unauthorized |
403 |
Forbidden |
404 |
Not Found |
500 |
Internal Server Error |
예시
요청 예시
DELETE https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/car_dev
DELETE /CloudSearch/real/v1/domain/car_dev HTTP/1.1
Host: cloudsearch.apigw.ntruss.com
Connection: keep-alive
x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi
x-ncp-apigw-signature-v2: XZKtZSv2Rw5yqyc+JnNFNOmj1S1epBsnf0XoxqMiftw=
x-ncp-apigw-timestamp: 1545805961154
응답 예시
{"result":"ok"}