rmdnstxtrec

Use this method to removes the specified TXT record from the specified domain. For EDNS Client Subnet (ECS) records, a subnet needs to be specified to remove a TXT record which is cached for that particular subnet.

Syntax



Parameters

domain

Name of the domain for the TXT record.
This is mandatory parameter.

string

Complete set of text strings in the TXT record, entered in the order in which they are stored in the record. Mutually exclusive with the record ID parameter.

recordid

Unique, internally generated record ID. View the details of the TXT record to obtain its record ID. Mutually exclusive with the string parameter.
Minimum value = 1.
Maximum value = 65535.

ecssubnet

Subnet for which the cached TXT record need to be removed.

Return Value

Returns simpleResult

See Also