| rmdnscaarec |
Use this method to removes the specified CAA record from the specified domain. For EDNS Client Subnet (ECS) records, a subnet needs to be specified to remove a CAA record which is cached for that particular subnet. |
Syntax |
Parameters |
domain |
Domain name of the CAA record. This is mandatory parameter. |
valuestring |
Value associated with the chosen property tag in the CAA resource record. Enclose the string in single or double quotation marks. |
recordid |
Unique, internally generated record ID. View the details of the CAA record to obtain its record ID. Records can be removedby either specifying the domain name and record id OR by specifying domain name and all other CAA record attributes as was supplied during the add method. Minimum value = 1. Maximum value = 65535. |
tag |
String that represents the identifier of the property represented by the CAA record. The RFC currently defines three available tags - issue, issuwild and iodef. Default value = "issue". |
flag |
Flag associated with the CAA record. Default value = NS_NONE. |
ecssubnet |
Subnet for which the cached CAA record need to be removed. |
Return Value |
Returns simpleResult |
See Also |