Domain DNS Record Remove
Resource path /Domain/DnsRecord/Remove
The command is intended to remove a DNS record from a specific zone.
While the command accepts the same parameters as /Domain/DnsRecord/Add, you only need to pass the credentials (API Key and Password), the FullRecordName and Type, all other parameters are optional and are required only when there is a possibility of ambiguity, example you may have multiple A record for www.example.com for load balancing purposes, consequently you need to pass the Value parameter in order to remove the correct A record. If you do not pass any optional parameter all matching FullRecordName for the specific Type will be removed.
HTTPS POST/GET Request parameters:
| Parameter name | Description |
ApiKey |
The API key that we provided to you when you requested API access for your account |
Password |
The password we provided when you requested API access for your account |
FullRecordName |
Is the full record name for which you are creating a DNS record. It includes the zone name and the sub domain name if any. Ex: example.com or subdom.example.com or mx2.example.com or *.example.com or www.example.com or sub2.sub3.example.com . |
Type |
Accepted values are: A, AAAA, DYNAMIC, CNAME, MX, SRV, TXT and NS |
Value |
Only required if there is a possible ambiguity, ex. if you have a CNAME and a A record for the same FullRecordName or if you have multiple entries for the same FullRecordName (loadbalancing or similar cases). The record value. Ex: 192.168.1.1 for an A record, www.example.com for a CNAME record For a DYNAMIC record, it is an offline address, which is any valid URL or IP (IPv4 or IPv6) address. For a DYNAMIC record, it is an optional parameter. For SRV records the value of this parameter has the following format: weight port host. Example: 100 3478 sip.example.com |
Ttl |
Only required for disambiguation purposes. Numeric values representing the time to live in seconds. Default is one hour (3600 seconds) |
Priority |
Only required for disambiguation purposes. A number representing the priority. It is only used for MX records and the default value is 10 |
ResponseFormat |
This specifies how the response will be returned. Possible values are TEXT, JSON and XML. |
Example:
The result for this request is:
status=SUCCESS


English
Deutsch
Espanol
Francais
Italiano
Romana
Русский
Türkçe 


![]](/img/tabright.jpg)