Click or drag to resize

IDRARestServerActiveViewRuleDelete Method

Removes the rules from ActiveView
UriTemplate: dra/delegation/rules/delete

Namespace:  NetIQ.DRA.RestServiceLibrary
Assembly:  NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/delegation/rules/delete")]
Stream ActiveViewRuleDelete(
	string activeViewIdentifier,
	string[] rules,
	ConnectionParameters connectionParameters
)

Parameters

activeViewIdentifier
Type: SystemString
The name of the ActiveView
rules
Type: SystemString
A list of rules to rmove from ACtiveView
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server credentials

Return Value

Type: Stream
A RestResponse Object containing the operation results
See Also