API Services

With the API, you can engage in domain name registration and account management! Our API supports domain search, registration, renewal, dropcatch, and the use of your own software and servers, among other functions. You can easily configure domain name servers, select renewals, and create folders for your domains.

Clear Resolution Records

Clear all domain name resolution records on this website

Request URL
/api/resolution/clear
Request Parameter
Field Parameter Type Required Description
Domain name ym String Yes Domain name
Response Data
Field Parameter Type Description
response code code Integer 1:successful -1:fail
response message msg String response message
response data data String response data
Response Demo
{
    "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": ""
}