unregister
Method
This is a method of the HookRegistry class in the registry module.Unregister a hook by ID.
Signature
Parameters
The hook ID to unregister
Returns
True if found and removed, False otherwise
Unregister a hook by ID.
This is a method of the HookRegistry class in the registry module.Unregister a hook by ID.
def unregister(hook_id: str) -> bool