Deletes an item in DynamoDB corresponding to given object.
            
            Passed-in config overrides DynamoDBContextConfig on the context.
            If SkipVersionCheck=false, will check version of object before deleting.
            Type must be marked up with DynamoDBTableAttribute and at least
            one public field/property with DynamoDBHashKeyAttribute.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public void Delete<T>( T value, DynamoDBOperationConfig operationConfig )
 Generic Template Parameters
 Generic Template Parameters- T
- Type of object.
 Parameters
 Parameters- value (T)
- Object to delete.
- operationConfig (DynamoDBOperationConfig)
- Overriding configuration.