Deletes a custom query template.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
QueryId | string | Yes | The ID of the template. You can call the ListSavedQueries operation to obtain the template ID. | sq-GeAck**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "D170D58E-6256-5344-8F5E-922EC9ECB7EA"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | NoPermission | You are not authorized to perform this operation. | You are not authorized to perform the operation. |
409 | NotExists.QueryId | The QueryId does not exist. | The specified query template ID does not exist. |
For a list of error codes, visit the Service error codes.