Delete resolution records for domain names of resolution types
/api/resolution/delete/type
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 name eg: example.com |
| record type | lx | String | Yes | Type, A|AAAA|CNAME|TXT|URL |
{
"appid": "1xxxxxxxxx7",
"gntime": 1692889271,
"ym": "example.com",
"lx": "TXT",
"gntoken": "0B7A1292FA1B130445940E8E476585E2"
}
| Field | Parameter | Type | Description |
|---|---|---|---|
| return code | code | Integer | 1:return successfully -1:return failed |
| return description | msg | String | return the description of request operation |
| return data | data | Object | return the requested operation result data |
| Field | Parameter | Type | Description |
|---|---|---|---|
| success data | data.ok | Array | |
| error data | data.err | Array | |
| success count | data.oksl | Integer | 1 |
| error count | data.errsl | Integer | 1 |
{
"code": 1,
"msg": "delete success",
"data": {
"ok": [
{
"code": 1,
"msg": "Delete record successful",
"data": {
"ym": "example.com",
"jxid": 12345,
"zjt": "www",
"lx": "AAAA",
"jxz": "11:11:11:1:111:12:12:1",
"mx": "0",
"ttl": "600"
}
}
],
"oksl": 1,
"err": [
{
"code": -1,
"msg": "Failed to delete record, request parameter error",
"data": {
"ym": "example.com",
"jxid": 6305,
}
}
],
"errsl": 1
}
}
Current system time:2025-10-27 11:23:52(UTC+8) Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationsRegistrant Educational Information
Copyright© 2025 GNAME.COM. All rights reserved.