DeleteEntryAsync(string, Dictionary<string, AttributeValue>, string, Dictionary<string, AttributeValue>)
public Task DeleteEntryAsync(string tableName, Dictionary<string, AttributeValue> keys, string conditionExpression = "", Dictionary<string, AttributeValue>? conditionValues = null) Delete an entry from a DynamoDB table
Parameters
tableNamestring- The name of the table to delete an entry
keysDictionary<string, AttributeValue>- The table entry keys for the entry to be deleted
conditionExpressionstring- Optional conditional expression
conditionValuesDictionary<string, AttributeValue>- Optional field/attribute values used in the conditional expression
