Can be used to batch clear resolution records for multiple domain names
/api/resolution/clear/bulk
POST
| 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 list | ymlb | String | Yes | Multiple domain names separated by [\n] | 
{
        "appid": "1xxxxxxxxxx",
        "gntime": 1635600176,
        "ymlb": "gname.com\ngname.comm",
        "gntoken": "25ED3BA29FA483C7EE7B8A2622437EFE"
}
                | Field | Parameter | Type | Description | 
|---|---|---|---|
| response code | code | Integer | 1:success -1:failed | 
| response message | msg | String | response message | 
| response data | data | Object | response data | 
| Field | Parameter | Type | Description | 
|---|---|---|---|
| success set | ok | ||
| failed set | err | 
{
    "code": 1,
    "msg": "There were 1 successful domain names and 1 failed domain names in this operation.",
    "data": {
        "ok": [
            {
                "ym": "gname.com",
                "msg": "Operation success (gname.com), the domain name resolution records has been emptied."
            }
        ],
        "err": [
            {
                "ym": "gname.com",
                "msg": "failed to clear all domain resolution records, reason: The record does not exist"
            }
        ]
    }
}
                Current system time:2025-11-04 20:01:15(UTC+8) Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationsRegistrant Educational Information
Copyright© 2025 GNAME.COM. All rights reserved.