MENU

Description
DNSリソースレコードを削除する

Request URL

Designate API v1.0

DELETE /v1/domains/(uuid: domain_id)/records/(uuid: id)

Request Paramters

Parameter Value Style Type Description
X-Auth-Token - header string Userトークン
domain_id - URI string ドメインID
record_id - URI string レコードID

Response Paramters

Parameter Value Style Type Description

Request Json



Normal response codes

200 - OK

Error response codes

(一般的なエラーコード)

Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。

  • REQ
curl --include https://dns-service.tyo1.conoha.io/v1/domains/89acac79-38e7-497d-807c-a011e1310438/records/4ad19089-3e62-40f8-9482-17cc8ccb92cb \
-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
X-Openstack-Request-Id: req-2b6b07e7-99a7-4abd-9f54-68247abaea86
Date: Mon, 16 Feb 2015 09:14:10 GMT