Skip to main content
1-Visitor
October 29, 2025
Solved

How do you delete a Stream in codeBeamer?

  • October 29, 2025
  • 2 replies
  • 433 views

I created a stream to test the feature. I can not see in the UI how to delete it. And there is no end-point in the REST API to delete a stream.

Best answer by Geoffrey Clemm

Note that we are agree that it is important to be able to delete streams ... not just hide them. 

There just wasn't time in the 3.1 development cycle to get this implemented, so "hiding" is the workaround to be used until the delete-stream operation is available.

2 replies

14-Alexandrite
October 29, 2025

Unfortunately, currently Stream cannot be deleted (by design).

The only thing, you can do is, to hide it.

GVajda_0-1761735445972.png

 

GVajda_1-1761735465976.png

 

Geoffrey Clemm
13-Aquamarine
October 29, 2025

Note that we are agree that it is important to be able to delete streams ... not just hide them. 

There just wasn't time in the 3.1 development cycle to get this implemented, so "hiding" is the workaround to be used until the delete-stream operation is available.

1-Visitor
October 30, 2025

Thank you. Looking forward to the update. 

14-Alexandrite
June 22, 2026

The “show/hide hidden streams” preference appears to only work in the stream selector.  If you are building a cbQL and use the tracker filter, hidden streams appear there.  The proj/tracker/getFilteredTrackers.spr endpoint’s response includes an array of each tracker in the project.  Each tracker object has a branches array and there is a hidden key and for some reason the value is set to false for those streams that are marked as hidden.  While not displaying a stream in the selector is good for not letting users switch to the context of a hidden stream, they must also not be able to choose a hidden stream in a query.  So is this a bug with getFilteredTrackers.spr?  This is CB 3.2.0.1.