Delete a document in DynamoDB, identified by a hash primary key,
using specified configs.

C# |
public Document DeleteItem( Primitive hashKey, DeleteItemOperationConfig config )

- hashKey (Primitive)
- Hash key element of the document.
- config (DeleteItemOperationConfig)
- Configuration to use.

Null or old attributes, depending on config.