cancel_live_search
Cancel one live search or all live searches.
- Method:
POST - Path:
/cancel_live_search
Request Body
{
"search_id": 42
}
| Field | Type | Description |
|---|---|---|
search_id | number | Live-search ID to cancel. Use -1 to target all active live searches. |
Success Response
{
"success": true,
"message": "live search canceled",
"data": null
}