Cancel search
Stops an active search with the specified id.
Request
{
"type": "cancel_search",
"id": 1234
}
Fields
id: the id of the search to cancel. This should match the id received from thesearch_startedmessage.
Response
{
"type": "ok"
}