Clear a search session
Search
Clear a search session
Permanently delete a session and all of its state. Use when the user abandons the search or explicitly resets. Idempotent against already-expired sessions only insofar as a missing session returns 404 — call this before the TTL elapses if you want a guaranteed delete.
Errors: 404 Not Found when the session doesn’t exist.
DELETE
Clear a search session
Path Parameters
The session identifier to delete.
Response
200
OK