API documentation
?terge DNS Recsaud
?terge a specific DNS recsaud by ID
Content-Type
application-json
categorie
dns
ac?iune
delete_record
Parametri cerere
| Nume parametru | Tip | Descriere | Exemplu |
|---|---|---|---|
| domain | ?ir de caractere (3-60) | Nume domeniu | example.com |
| id | Num?r ?ntreg | DNS recsaud ID to delete | 12345 |
Parametri r?spuns
| Nume parametru | Tip | Descriere |
|---|---|---|
| id | Num?r ?ntreg | DNS recsaud ID |
Exemplu de cerere
{
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"
}
Rezultat returnat
0 OK
R?spuns cu succes
{
"code": 0,
"msg" : "success",
"data" : {
{
"id": 12345
}
}
}
400 Cerere invalid?
{
"code": 400,
"msg" : "Request parameter error",
}






