peaka_delete_query
Delete a saved query from a Peaka project using its query ID and project ID. Removes unwanted queries after listing them.
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. |