Skip to content

Delete DNS record

DELETE /dns/rr/{rrid}

Operation ID: DeleteRecordByRRID

Delete a specific Resource Record (rrid).

NameTypeRequiredDescription
rridrridyes-
StatusTypeDescription
200baseResultThe updated record
400ErrorInvalid request
401ErrorUnauthorized
404ErrorDNS record not found
429ErrorRate limit for ACME platform credentials (scope acme-dns-challenge): calls per minute, and distinct customers per day. Ordinary customer keys never receive this status on this endpoint.
500ErrorUnexpected error
FieldTypeRequiredDescription
successbooleanyesSuccess indicator
codeintegernoResponse/Error Code
Terminal window
curl -X DELETE "https://api.regfish.com/dns/rr/<rrid>" \
-H "x-api-key: $REGFISH_API_KEY"

Fill in values - the call below updates as you type. Nothing is sent: the API does not currently allow browser requests from this domain (CORS). The API key is not stored.