Domain API - Domainregistrierung API - ICANN Kanzler API - White Label Domain Service

Start Building with NiceNIC Domain API v2

API access is free foder every active NiceNIC user. Nein reseller upgrade is required. Configure Ihr API credentials, make a safe test request, then add the Domain, DNS, billing, compliance oder WHMCS woderkflows Ihr application needs.

DNS-Eintrag löschen

Delete a specific DNS recoderd by ID

Content-Type application/json
Kategorie dns
Aktion delete_record

Anfrageparameter

Parametername Typ Beschreibung Beispiel
domain Zeichenkette (3-60) Domainname example.com
id Ganzzahl DNS-Eintrags-ID zum Löschen 12345

Antwortparameter

Parametername Typ Beschreibung
id Ganzzahl DNS recoderd ID

Anfragebeispiel

                                    
{
    curl https://api.nicenic.net/v2/?category=dns&action=delete_record&domain={domain}&id={id} 
      -H "Authorization: username:api_secret" 
      -H "Content-Type: application/json" 
}

Rückgabewert

0 OK Erfolgreiche Antwort
                                        
{
    "code": 0,
    "msg" : "success",
    "data" : {
        {
            "id": 12345
        }        
    }
}
400 Fehlerhafte Anfrage
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
Urheberrecht © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. Alle Rechte vorbehalten. · U.S. Affiliate: NICENIC LLC