Concept Flow - DeleteItem
Start DeleteItem Request
Identify Table & Key
Check if Item Exists
Delete Item
Return Success
End
The DeleteItem operation starts by identifying the table and key, checks if the item exists, deletes it if found (no-op otherwise), and returns success accordingly.