peaka_delete_query
Deletes a saved query from your Peaka project using the query ID obtained from listing queries.
Instructions
Delete a saved query from the Peaka project. Use the queryId returned from peaka_list_queries.
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 |
|---|---|---|---|
| queryId | Yes | The query ID to delete. Available from peaka_list_queries. | |
| projectId | Yes | The Peaka project ID to run against. |