delete_controller

Function delete_controller 

Source
pub fn delete_controller(block_id: &str)
Expand description

Unregister (delete) a controller by block ID, stopping it first. Removes from the registry before calling stop() so no new callers can reach it.