IDRARestServer VADisassociate Method DRA REST Extensions SDK
Deletes a virtual attribute association to a managed object class
UriTemplate: /dra/virtualAttributes/associations/delete

Namespace: NetIQ.DRA.RestServiceLibrary
Assembly: NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 1.1.0.318 (1.1.0.318)
Syntax

[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/virtualAttributes/associations/delete")]
[OperationContractAttribute]
Stream VADisassociate(
	string virtualAttributeName,
	string classToRemoveName,
	ConnectionParameters connectionParameters
)

Parameters

virtualAttributeName
Type: OnlineSystem String
The virtual attribute to modify
classToRemoveName
Type: OnlineSystem String
The name of the class for the disassociation
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModels ConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials

Return Value

Type: OnlineStream
A RestResponse containing the operation results
See Also