AWS SDK for .NET Documentation
Delete<(Of <(<'T>)>)> Method (hashKey, rangeKey, operationConfig)
AmazonAmazon.DynamoDB.DataModelIDynamoDBContextDelete<(Of <<'(T>)>>)(Object, Object, DynamoDBOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Deletes an item in DynamoDB corresponding to a given hash-and-range 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,
	Object rangeKey,
	DynamoDBOperationConfig operationConfig
)
Generic Template Parameters
T
Type of object.
Parameters
hashKey (Object)
Hash key element of the object to delete.
rangeKey (Object)
Range key element of the object to delete.
operationConfig (DynamoDBOperationConfig)
Config object which can be used to override that table used.

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