Revoke previously created Subdomain
// See documentation to set up the client first
let apiInstance = new superlink.SubdomainApi();
let parentDomain = "supertest.me";
let subDomainName = "nora";
apiInstance.subdomainRevoke(parentDomain, subDomainName, (error, data, response) => {
if (error) {
console.error(error);
}
});
Revoke previously created Subdomain
// See documentation to set up the client first
let apiInstance = new superlink.SubdomainApi();
let parentDomain = "supertest.me";
let subDomainName = "nora";
apiInstance.subdomainRevoke(parentDomain, subDomainName, (error, data, response) => {
if (error) {
console.error(error);
}
});