Sessions
Delete Session
Permanently delete a session and all associated media
DELETE
Authentication
This endpoint requires authentication. Users can only delete sessions they own.Path Parameters
The unique session ID to delete
Response
Returns HTTP 204 No Content on successful deletion.Notes
- This operation is permanent and irreversible
- All associated media items are deleted via database cascade
- For manual sessions, the entire Supabase storage folder
users/{userId}/manual-sessions/{sessionId}/is deleted - Any share codes associated with the session are also removed
- Community snapshots (if
shareToCommunitywas enabled) are also deleted - Activity is tracked for analytics
- Consider downloading session data before deletion if you need to preserve it