When we delete flows using the graphql mutation; h...
# prefect-community
j
When we delete flows using the graphql mutation; how do we ensure that all versions of a flow are deleted and not just the most recent / active version?
what does deleting a flow group do vs just a flow?
k
Try
Mutation.delete_flow_group
.
Flow group is the identifier for all versions of a flow
j
perfect! thanks