Hi, does anybody know how to unregister a block ty...
# prefect-cloud
p
Hi, does anybody know how to unregister a block type?
n
hi @phil - you can use the client or the CLI to delete the block type, CLI is likely easiest
Copy code
prefect block type delete my-block-type
note this will delete any block documents you have of this type
🙏 1