safe:remove-owner
Remove an owner from the Safe, lowering the threshold if it would exceed the remaining owners.
Syntax
Section titled “Syntax”safe:remove-owner <owner>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
owner |
address |
Owner address to remove |
Options
Section titled “Options”| Name | Type | Description |
|---|---|---|
--threshold |
number |
New signature threshold (defaults to the current one, capped at the remaining owner count) |
Examples
Section titled “Examples”load safe
set $mySafe 0x5afe3855358e112b5647b952709e6165e1c1eeeesafe: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.