MENU
ドメイン削除 - DNS API v1.0
Description
ドメインを削除する
Request URL
Designate API v1.0 DELETE /v1/domains/(uuid: id)
Request Paramters
Parameter | Value | Style | Type | Description |
---|---|---|---|---|
X-Auth-Token | - | header | string | Userトークン |
domain_id | - | URI | UUID | ドメインID |
Response Paramters
Parameter | Value | Style | Type | Description |
---|
Request Json
Normal response codes
200 - OK
Error response codes
401 – Access Denied
400 – Invalid Object
404 – Domain not found
Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。
- REQ
curl --include https://dns-service.tyo1.conoha.io/v1/domains/09494b72-b65b-4297-9efb-187f65a0553e \ -X DELETE \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Auth-Token: 39be9f8d53044388b7f2e867eba8b140"
- RES
HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Content-Length: 0 Date: Fri, 02 Nov 2012 01:26:06 GMT