Skip to content

Delete rdata by label

DELETE /v1/dns/records/{zone_name}/{name}/rrsets/{dnstype}/rdata/{label}

Delete the record with the specified label.

Path Parameters

zone_name

The name of the zone.

Example: example.com

name

The DNS name, not including the zone portion.

Example: dns-name

dnstype

DNS name type supported by API

Example: A

label

A label for this Rdata that uniquely identifies it within its RRSet

Example: example-label

Response