AWS SDK for .NET Documentation
Delete<(Of <(<'T>)>)> Method (hashKey)
AmazonAmazon.DynamoDB.DataModelIDynamoDBContextDelete<(Of <<'(T>)>>)(Object) Did this page help you?   Yes   No    Tell us about it...
Deletes an item in DynamoDB corresponding to a given hash primary key. No version check is done prior to delete. Type must be marked up with DynamoDBTableAttribute and at least one public field/property with DynamoDBHashKeyAttribute.
Declaration Syntax
C#
void Delete<T>(
	Object hashKey
)
Generic Template Parameters
T
Type of object.
Parameters
hashKey (Object)
Hash key element of the object to delete.

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