dynamodb_item_delete
Remove specific items from a DynamoDB table using table name and key. Simplify data management with direct deletion via the AWS MCP Server.
Instructions
Delete an item from a DynamoDB table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Key to identify the item | |
table_name | Yes | Name of the DynamoDB table |