ドメイン削除
Description
ドメインを削除します。
Request URL
Designate API v1.0 DELETE /v1/domains/{domain_id}
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークン発行 にて払い出されたID |
domain_id | ドメインID | URI | ドメイン一覧表示にてご確認ください。 |
Response
-
Normal response codes
200
Example
-
Request
curl -i -X DELETE \ -H "Accept: application/json" \ -H "X-Auth-Token: トークンID" \ https://dns-service.jpt1.cloud.z.com/v1/domains/ドメインID
-
Response
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 0 X-Openstack-Request-Id: req-1fc35fe5-f08b-42d9-b8e5-804fd3163422 Date: Tue, 17 Mar 2020 08:35:56 GMT