臨時Domain削除

Prev Next

作成した臨時Domainを削除します。

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

リクエスト

リクエストパラメータ

パラメータ名 必須 タイプ 制約事項 説明
name Yes string 作成されている臨時Domain名

レスポンス

レスポンスStatus

HTTP Status Desc
200 OK(削除完了)
400 Bad Request
400 There is no tempDomain
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error

例示

リクエスト例示

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

レスポンス例示

{"result":"ok"}