The CLI command, remove-whitelisted-permission, is used to raise a governance proposal for removing a whitelisted permission from a specific role. The command accepts the following arguments and flags:
Args
$ROLE_SID: The string identifier of the role for which the permission should be removed from the whitelist.
$PERMISSION_ID: The ID of the permission to be removed from the role's whitelist. This should be an integer value representing the permission's ID.
Flags
$TITLE: The title of the proposal.
$DESCRIPTION: The proposal’s description.
Bash
Copy
sekaid tx customgov proposal role remove-whitelisted-permission \
--from=$SIGNER $FLAGS_TX \
--title=$TITLE --description=$DESCRIPTION \
$ROLE_SID $PERMISSION_ID