Remove a value from a DNS Record Set
POST
/enum.api.v1.DnsService/RemoveRecordSetValue
Request Body required
Section titled “Request Body required ”RemoveRecordSetValue removes one value from the (name, type) rrset, deleting the whole set once its last value is gone.
object
projectId
string
zoneId
string
name
string
type
string
content
string
Responses
Section titled “ Responses ”OK
object
recordSet
Unset when the removal emptied and deleted the rrset.
object
id
string
zoneId
string
name
Owner name (FQDN, e.g. www.example.com or example.com for apex).
string
type
Record type: A, AAAA, CNAME, MX, TXT, NS, SRV, or CAA. A CNAME at the zone apex flattens to the target’s A/AAAA addresses when served; unlike CNAME elsewhere, it may coexist with MX, TXT, and CAA at the apex (not with A or AAAA).
string
ttl
integer format: int32
records
Array<object>
object
content
Rdata in presentation format (e.g. “192.0.2.1”, “10 mail.example.com.”).
string
disabled
boolean
createdAt
string format: date-time
updatedAt
string format: date-time