I only see a mechanism to register a custom block....
# prefect-cloud
d
I only see a mechanism to register a custom block. Anyone have a quick script to deregister one? (if the API supports that)
1
n
are you looking for
Copy code
prefect block type delete <block-type-slug>
?
d
Ah. Search keywords matter I suppose
n
👍