This document is generated by Gname.com.
| Field | Parameter | Type | Required | Description |
|---|---|---|---|---|
| APPID | appid | String | Yes | Application Client Id |
| Timestamp | gntime | String | Yes | The current UNIX timestamp |
| Signature | gntoken | String | Yes | Signature string. For details, please refer to the Signature Method page. |
| Domain name | ym | String | Yes | Domain name |
| Field | Parameter | Type | Description |
|---|---|---|---|
| response code | code | Integer | 1:successful, -1:fail |
| response message | msg | String | response message |
| response data | data | String | response data |
{
"code": 1,
"msg": "Operation success (example.com), the domain name resolution records has been emptied.",
"data": ""
}
{
"code": -1,
"msg": "Sorry,failed to clear all domain resolution records, reason: The record does not exist",
"data": ""
}