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