MINARA

Delete a chat session

DELETE /v1/sessions/:id — Delete a session and all of its messages (and the session's on-disk workspace). Idempotent — deleting an unknown id stil

DELETE /v1/sessions/:id

Delete a session and all of its messages (and the session's on-disk workspace). Idempotent — deleting an unknown id still returns ok.

MethodDELETE
Path/v1/sessions/:id
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorysessions

Response body

{ "ok": true }

On this page