archive_query
Archives a saved query, removing it from active query lists. This action is irreversible, so confirm with the user before proceeding.
Instructions
Archive a saved query, removing it from active query lists. This is Redash's form of deletion and cannot be undone through the API, so confirm with the user before calling it. Behavior: archives the query and returns a confirmation message. Usage: find the query_id with list_queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes | ID of the saved query to archive/delete (from list_queries) |