Database Reference
In-Depth Information
DeleteItem
The following code will delete the item whose BookTitle is SCJP and Author is
Kathy . The response to this request will display the deleted item's attributes and values.
{
"TableName": "Tbl_Book",
"Key": {"BookTitle": { "S": "SCJP" },"Author": { "S":
"Kathy" } },
"ReturnValues": "ALL_OLD"
}
Search WWH ::




Custom Search