AWS MCP Server

dynamodb_table_delete

Remove a DynamoDB table by specifying its name using this tool. Ideal for managing AWS resources and optimizing database storage efficiently.

Instructions

Delete a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
table_nameYesName of the DynamoDB table

Input Schema (JSON Schema)

{ "properties": { "table_name": { "description": "Name of the DynamoDB table", "type": "string" } }, "required": [ "table_name" ], "type": "object" }
ID: v69k6ch2gh