Is there a way to cancel flows that are stuck in 'waiting'?
A second trigger was added into the flow, concurrency control was set to 1, now whenever the first trigger is triggered the flow is put into 'waiting'. I turned it off to stop more coming in and deleted the second trigger, but I can't figure out how to delete the flows that are stuck...

It doesn't allow me to update the concurrency controls due to there being active instances of the flow still stuck, throwing code: 'CannotDisableTriggerConcurrency'
Is there a way to delete these stuck instances, or do I need to create a copy and just delete this one?