AWS SDK for .NET Documentation
DeleteItem Method (hashKey, rangeKey, config)
AmazonAmazon.DynamoDBv2.DocumentModelTableDeleteItem(Primitive, Primitive, DeleteItemOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Delete a document in DynamoDB, identified by hash-and-range primary key, using the specified configs.
Declaration Syntax
C#
public Document DeleteItem(
	Primitive hashKey,
	Primitive rangeKey,
	DeleteItemOperationConfig config
)
Parameters
hashKey (Primitive)
Hash key element of the document.
rangeKey (Primitive)
Range key element of the document.
config (DeleteItemOperationConfig)
Configuration to use.
Return Value
Null or old attributes, depending on config.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)