Sque
11/26/2020, 3:55 PMflow.register() but what about flows that you want to be removed? How do you remove deprecated flows?Chris White
delete_flow mutation; one way to do this is with the Prefect Python client. There are various examples of calling graphql routes via the Client on the GitHub repo, here’s an example: https://github.com/PrefectHQ/prefect/discussions/3611#discussioncomment-125312