is there a simple way to delete a specific dataset branch? deleting the related code authoring branch doesn't remove the ones already built in the dataset.
As I understand it, it should be possible to remove them via the API (see https://www.palantir.com/docs/foundry/api/datasets-resources/branches/delete-branch/) -- but isn't there a way to do it from within the platform?
I explored various options within the interface without success (both in the Dataset Preview, Data Lineage, and Code Repository menus). I did also try to write some local python code to submit the requests to the API with a token I generated, but was unsuccessful (unclear to me if that depends on some organizational proxy setting/ limitation or if it was just my code that wasn't correct).