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.
| Method | DELETE |
| Path | /v1/sessions/:id |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | sessions |
Response body
{ "ok": true }