removeDomain

This method removes a domain name from the account. If the domain name is removed it means that it will no longer be renewed by Loopia.

Syntax

status = removeDomain(username, password, [customer_number,] domain, deactivate)

Return value

status, this method returns a status code of OK if all went well.

Parameters

  • username
    string
    Username for LoopiaAPI.
  • password
    string
    Password for LoopiaAPI.
  • customer_number
    string
    Customer ID for the account. Used only by resellers who work with the customer’s account.
  • domain
    string
    Domain names to be deleted.
  • deactivate
    boolean
    1 if the domain name should be deactivated first and removed on the due date, 0 if the domain name should be removed immediately.
Was this article helpful?

Related Articles