Deletes an item in DynamoDB corresponding to a given hash primary key.
No version check is done prior to delete.
Type must be marked up with DynamoDBTableAttribute and at least
one public field/property with DynamoDBHashKeyAttribute.

C# |
public void Delete<T>( Object hashKey )

- T
- Type of object.

- hashKey (Object)
- Hash key element of the object to delete.