Skip to content

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 the search_started message.

Response

{
    "type": "ok"
}