Skip to content

safe:remove-owner

Remove an owner from the Safe, lowering the threshold if it would exceed the remaining owners.

safe:remove-owner <owner>
Name Type Description
owner address Owner address to remove
Name Type Description
--threshold number New signature threshold (defaults to the current one, capped at the remaining owner count)
load safe
set $mySafe 0x5afe3855358e112b5647b952709e6165e1c1eeee
safe:propose $mySafe (
safe:remove-owner 0x64c007ba4ab6184753dc1e8e7263e8d06831c5f6
)

The linked-list predecessor required by the Safe contract is resolved automatically, and the threshold is lowered when it would exceed the number of remaining owners.