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.

C# |
public void Delete<T>( T value, DynamoDBOperationConfig operationConfig )

- T
- Type of object.

- value (T)
- Object to delete.
- operationConfig (DynamoDBOperationConfig)
- Overriding configuration.