This method removes a specific DNS record from the specified subdomain.
Syntax
status = removeZoneRecord(username, password, [customer_number,] domain, subdomain, record_id)
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 which the subdomain belongs to. - subdomain
string
Subdomain containing the record. - record_id
integer
ID number of the DNS record to remove.