AWS SDK for .NET Documentation
DeleteItem Method (hashKey, rangeKey)
Amazon
►
Amazon.DynamoDB.DocumentModel
►
Table
►
DeleteItem(Primitive, Primitive)
C#
Did this page help you?
Yes
No
Tell us about it...
Delete a document in DynamoDB, identified by a hash-and-range primary key.
Declaration Syntax
C#
public
void
DeleteItem
(
Primitive
hashKey
,
Primitive
rangeKey
)
Parameters
hashKey
(
Primitive
)
Hash key element of the document.
rangeKey
(
Primitive
)
Range key element of the document.
Assembly:
AWSSDK
(Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)