removeDomain

This method removes a domain name from the account. Once removed, the domain name 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 the call succeeded.

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 name 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