| 
    Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework
    12c (12.2.1.4.0) E95919-01
    
   | 
 
Deletes an object with the specified Uid and ObjectClass on the resource. More...
Inherits Org.IdentityConnectors.Framework.Spi.Operations.SPIOperation.
Public Member Functions | |
| void | Delete (ObjectClass objClass, Uid uid, OperationOptions options) | 
| Delete the object that the specified Uid identifies (if any).  More... | |
Deletes an object with the specified Uid and ObjectClass on the resource.
| void Org.IdentityConnectors.Framework.Spi.Operations.DeleteOp.Delete | ( | ObjectClass | objClass, | 
| Uid | uid, | ||
| OperationOptions | options | ||
| ) | 
Delete the object that the specified Uid identifies (if any).
| objectClass | The type of object to delete. | 
| uid | The unique identitfier for the object to delete. | 
| Throws UnknowUid if the object does not exist. |