DELETE /dynamic_search/saved_queries/{id}
Removes the specified query from the system.
Removes the specified query from the system
| MIME Type |
|---|
text/plain |
| Parameter | Type | Optionality | Data Type | MIME Type | Description |
|---|---|---|---|---|---|
id |
path |
Required |
String |
text/plain |
The ID of the query to delete. |
| HTTP Response Code | Unique Code | Description |
|---|---|---|
204 |
Successful delete. |
|
404 |
5004 |
No query was found with the provided ID. |
Response Description
Response Sample