Delete a session
DELETE/api/sessions/:sessionId
Delete a session
Request
Responses
- 204
- 404
- 409
Session deleted
Session not found
A credential teardown for the same session name is still in flight (retryable — the body carries code: 'SESSION_NAME_TEARDOWN_PENDING'; wait for it to settle and retry), OR another node currently holds this session's live engine and deleting it here would strip a session the owner is running. No destructive side effect runs before either refusal.