removeSubdomain

This method removes a subdomain of a domain name in the specified account.

Syntax

status = removeSubdomain(username, password, [customer_number,] domain, subdomain)

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 name which the subdomain belongs to.
  • subdomain
    string
    Subdomain to remove
Was this article helpful?

Related Articles