Domain削除

Prev Next

Domainを削除します。

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
accept:application/json
x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi
x-ncp-apigw-signature-v2: XZKtZSv2Rw5yqyc+JnNFNOmj1S1epBsnf0XoxqMiftw=

x-ncp-apigw-timestamp: 1545805961154

レスポンス例示

{"result":"ok"}