AWS SDK for .NET Documentation
Delete<(Of <(<'T>)>)> Method (value)
AmazonAmazon.DynamoDB.DataModelIDynamoDBContextDelete<(Of <<'(T>)>>)(T) Did this page help you?   Yes   No    Tell us about it...
Deletes an item in DynamoDB corresponding to given object. Uses DynamoDBContextConfig configured 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
)
Generic Template Parameters
T
Type of object.
Parameters
value (T)
Object to delete.

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