Search
Duplicate
Try Notion
Page icon

remove

DESCRIPTION
Proposes to remove a role from the network
PERMISSIONS (VOTE/CREATION/SUDO)
PROPOSAL TYPE
RemoveRoleProposal
Subcommand Path
sekaid tx customgov proposal role
The CLI command, remove, is utilized to raise a governance proposal for removing an existing role. The command accepts the following arguments and flags:
Args
$ROLE_SID: The string identifier of the role to be removed.
Flags
$TITLE: The title of the proposal.
$DESCRIPTION: The proposal’s description.
Bash
Copy
sekaid tx customgov proposal role remove \ --from=$SIGNER $FLAGS_TX \ --title=$TITLE --description=$DESCRIPTION \ $ROLE_SID