drop_table
Remove a table from an MSSQL database to clean up schema or delete obsolete data structures. Specify the table name to execute the deletion.
Instructions
Drops a table from the MSSQL Database.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Name of the table to drop |