Release Domain

domainrelease

Purpose

This command is used to send a Release command to the registrar

Attributes

  • domainid - Domain ID OR
  • domain - The domain name
send domain id *or* domain

Optional Attributes

  • newtag - The new tag for the domain (Tag List)

Example Command

$postfields = array();
$postfields["responsetype"] = "json";

$postfields["action"] = "domainrelease";
$postfields["domainid"] = "1";
$postfields["newtag"] = "ENOM";

$result = mikrovps_SendCommand( $postfields );

Successful Response

result  = success

Error Response

result = error
message = Domain Not Found

Domain ID not found

result = error
message = Registrar Error Message
error = xxx

Error values

  • 0 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

Domain WHOIS

domainwhois Purpose This command is used to perform a whois lookup on a specified domain....

Update Domain Nameservers

domainupdatenameservers Purpose This command is used to update the nameservers of a domain...

Toggle ID Protect

domaintoggleidprotect Purpose This command is used to toggle the ID Protection status of a...

Get Domain WHOIS

domaingetwhoisinfo Purpose This command is used to obtain the WHOIS of a domain from the...

Update Lock Status

domainupdatelockingstatus Purpose This command is used to update the lock state of a domain...