remove_hook
Function
This function is defined in the registry module.Remove a hook by ID. Simplified API.
Signature
Parameters
The hook ID returned by add_hook()
Returns
True if hook was found and removed, False otherwise
Remove a hook by ID. Simplified API.
This function is defined in the registry module.Remove a hook by ID. Simplified API.
def remove_hook(hook_id: str) -> bool