Description
Delete DNS resource record.

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 Token
domain_id - URI string Domain ID
record_id - URI string Record ID

Response Paramters

Parameter Value Style Type Description

Request Json



Normal response codes

200 - OK

Error response codes

(error code in general)

Example

curl --include https://dns-service.tyo1.cloud.z.com/v1/domains/89acac79-38e7-497d-807c-a011e1310438/records/4ad19089-3e62-40f8-9482-17cc8ccb92cb
-X DELETE
-H "X-Auth-Token: 39be9f8d53044388b7f2e867eba8b140"
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