Delete domain resolution record
/api/resolution/delete
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 | ym | String | Yes | domain resolution |
resolution ID | jxid | Integer | Yes | resolution record id |
{ "url": "http://api.gname.net/api/resolution/delete", "do": "POST", "data": { "appid": "testappid", "gntime": 1618999438, "jxid": "123", "ym": "gname.com", "gntoken": "6A83A48722BF8D069704E41884AC5E06" } }
Field | Parameter | Type | Description |
---|---|---|---|
return code | code | Integer | 1:return successfully-1:return failed |
return description | msg | String | description of the return request operation |
return data | data | Object | return the requested operation result data |
{ "code": 1, "msg": "delete domain resolution successfully", "data": "" }
Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationRegistrant Educational Information Copyright© 2024 GNAME.COM. All rights reserved.