Evan Dong
07/24/2023, 4:07 PMNate
07/24/2023, 4:13 PMIt's not clear to me that there's a way to delete them programmatically
from prefect.blocks.system import Secret
Secret.delete("your-secret")
https://github.com/PrefectHQ/prefect/blob/main/src/prefect/blocks/core.py#L1001
you can also make a block with a secret dict attachedEvan Dong
07/24/2023, 4:13 PM