IObjectRuleManager.DeleteAsync Method

Relativity Services API
Deletes an object rule.

Namespace:  Relativity.Services.Interfaces.ObjectRules
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

Task DeleteAsync(
	int workspaceID,
	int objectRuleID
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the object type should be created. Use -1 to indicate the admin workspace.
objectRuleID
Type: System.Int32
The Artifact ID of the object rule to delete.

Return Value

Type: Task
See Also

Reference