DELETE /api/v1/session/
Permanently deletes a session and all associated data, including documentation items, job records, and session data. This operation cannot be undone.Path Parameters
The UUID of the session to delete
Response
Success message indicating the session was deleted
The UUID of the deleted session
Example Request
Example Response
Error Responses
Session not found
Notes
- This operation permanently deletes the session and cannot be undone
- All associated data is removed, including:
- Documentation items and chunks
- Job records and progress data
- Session data (inputs, outputs, intermediate results)
- Active jobs associated with the session may continue running but their results will not be saved
Related Endpoints
- Create Session - Create a new session
- Get Session - Retrieve session data before deletion
- Update Session - Modify session data