Deletes an item in DynamoDB corresponding to given object.
Uses DynamoDBContextConfig configured 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 )

- T
- Type of object.

- value (T)
- Object to delete.