v1
latestOpenAPI 3.1.02026-07-2671111437.2 KBDNS
Delete Record
Removes a DNS record by ID. Often used during cleanup operations or when replacing outdated DNS settings with updated records.
delete/core/v1/domains/{domainName}/records/{id}
Path parameters
domainNamestring required
DomainName is the zone that the record to be deleted exists in.
idinteger required
ID is the server-assigned unique identifier for the Record to be deleted. If the Record with that ID does not exist in the specified Domain, an error is returned.
Response
Record successfully deleted.