Skip to main content
Use this endpoint to permanently remove a DNS record from a domain. You’ll need the opaque id returned when the record was created or listed. Once deleted, the record is gone — there is no way to recover it, and any traffic that relied on it (such as subdomain routing or mail delivery) will immediately be affected once the change propagates through DNS.

Endpoint

DELETE /v1/domains/{domain}/dns/{recordId}

Path Parameters

string
required
The domain name the record belongs to (e.g. example.com).
string
required
The opaque record identifier returned by the list or create endpoints.

Request Example

Response

200 OK
boolean
true when the record has been successfully deleted.

Errors

DNS record deletion is permanent and cannot be undone. Before deleting, make sure no active services (web routing, email, domain verification, etc.) depend on the record you’re removing.