quickbase_delete_table
Delete a specific table from QuickBase using its table ID. This MCP tool simplifies table management by enabling precise removal to maintain organized application structures.
Instructions
Delete a table from QuickBase
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tableId | Yes | QuickBase table ID to delete |
Input Schema (JSON Schema)
{
"properties": {
"tableId": {
"description": "QuickBase table ID to delete",
"type": "string"
}
},
"required": [
"tableId"
],
"type": "object"
}