pub async fn uninstall_code(arg: CanisterIdRecord) -> CallResult<()>
Expand description

Remove a canister’s code and state, making the canister empty again.

See IC method uninstall_code.