Delete a document in DynamoDB, identified by a key.

C# |
public void DeleteItem( IDictionary<string, DynamoDBEntry> key )

- key (IDictionary<(Of <(<'String, DynamoDBEntry>)>)>)
- Hash key element of the document.
C# |
public void DeleteItem( IDictionary<string, DynamoDBEntry> key )