Deletes a DNS response policy item under a specified local DNS response policy.
Output / Response
Returns 1 if the response policy item is successfully deleted and 0 if the response policy item does not exist.
API Call:
int deleteResponsePolicyItem( long policyId, String
itemName, String[]options )
Parameter | Description |
---|---|
policyId | The object ID of the parent local response policy to which the response policy item is being deleted. |
itemName | The Fully Qualified Domain Name (FQDN) of the response policy
item. Note: When deleting a response policy item, the exact (FQDN) of
the response policy item must be used.
|
options | Reserved for future use |