AWS SDK for .NET Documentation
DeleteItem Method (document, config)
AmazonAmazon.DynamoDBv2.DocumentModelTableDeleteItem(Document, DeleteItemOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Delete a document in DynamoDB, using specified configs.
Declaration Syntax
C#
public Document DeleteItem(
	Document document,
	DeleteItemOperationConfig config
)
Parameters
document (Document)
Document to delete.
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)