peaka_delete_semantic_table
Delete a semantic table mapping from a Peaka project catalog without removing the underlying saved query.
Instructions
Delete a semantic table from a semantic catalog in the Peaka project. Removes the table mapping only; the saved query that backs it is not affected.
If you do not already know the projectId for the current task, call peaka_list_projects first and ask the user which project to use. Remember the chosen projectId for subsequent calls in this conversation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableId | Yes | The semantic table ID to delete. Returned by peaka_create_semantic_table. | |
| catalogId | Yes | The semantic catalog ID that owns the table. | |
| projectId | Yes | The Peaka project ID to run against. |