AWS SDK for .NET Documentation
Delete<(Of <(<'T>)>)> Method (value, operationConfig)
AmazonAmazon.DynamoDB.DataModelIDynamoDBContextDelete<(Of <<'(T>)>>)(T, DynamoDBOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Deletes an item in DynamoDB corresponding to given object. Passed-in config overrides DynamoDBContextConfig on the context. If SkipVersionCheck=false, will check version of object before deleting. Type must be marked up with DynamoDBTableAttribute and at least one public field/property with DynamoDBHashKeyAttribute.
Declaration Syntax
C#
void Delete<T>(
	T value,
	DynamoDBOperationConfig operationConfig
)
Generic Template Parameters
T
Type of object.
Parameters
value (T)
Object to delete.
operationConfig (DynamoDBOperationConfig)
Overriding configuration.

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