View source: R/generated_client.R
| queries_delete | R Documentation | 
Sets Query Hidden to true
queries_delete(id)
| id | integer required. The query ID. | 
A list containing the following elements:
| id | integer, The query ID. | 
| database | integer, The database ID. | 
| sql | string, The SQL to execute. | 
| credential | integer, The credential ID. | 
| resultRows | array, A preview of rows returned by the query. | 
| resultColumns | array, A preview of columns returned by the query. | 
| error | string, The error message for this run, if present. | 
| startedAt | string, The start time of the last run. | 
| finishedAt | string, The end time of the last run. | 
| state | string, The state of the last run. One of queued, running, succeeded, failed, and cancelled. | 
| scriptId | integer, The ID of the script associated with this query. | 
| exception | string, Deprecated and not used. | 
| createdAt | string, | 
| updatedAt | string, | 
| lastRunId | integer, The ID of the last run. | 
| hidden | boolean, The hidden status of the item. | 
| archived | string, The archival status of the requested item(s). | 
| name | string, The name of the query. | 
| author | list, A list containing the following elements: 
 | 
| reportId | integer, The ID of the report associated with this query. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.