| rmdnsnaptrrec |
Use this method to removes the specified NAPTR record from the specified domain. For EDNS Client Subnet (ECS) records, a subnet needs to be specified to remove a NAPTR record which is cached for that particular subnet |
Syntax |
Parameters |
domain |
Name of the domain for the NAPTR record. This is mandatory parameter. |
order |
An integer specifying the order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of Rules. The ordering is from lowest to highest Maximum value = 65535. |
recordid |
Unique, internally generated record ID. View the details of the naptr record to obtain its record ID. Records can be removed by either specifying the domain name and record id OR by specifying
domain name and all other naptr record attributes as was supplied during the add method. Minimum value = 1. Maximum value = 65535. |
ecssubnet |
Subnet for which the cached NAPTR record need to be removed. |
preference |
An integer specifying the preference of this NAPTR among NAPTR records having same order. lower the number, higher the preference. Maximum value = 65535. |
flags |
flags for this NAPTR. |
services |
Service Parameters applicable to this delegation path. |
regexp |
The regular expression, that specifies the substitution expression for this NAPTR |
replacement |
The replacement domain name for this NAPTR. |
Return Value |
Returns simpleResult |
See Also |