aragonos:revoke
Revoke a permission from an entity on a DAO app, optionally removing the manager.
Syntax
Section titled “Syntax”aragonos:revoke <grantee> <app> <role> [removeManager]Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
grantee |
address |
Address whose permission is revoked |
app |
app |
Target app |
role |
permission |
Permission to revoke |
[removeManager] |
bool |
Also remove the permission manager |
Examples
Section titled “Examples”# Revoke a permissionaragonos:connect 0x1fc7e8d8e4bbbef77a4d035aec189373b52125a8 ( revoke @app(disputable-voting.open:0) @app(acl:0) CREATE_PERMISSIONS_ROLE)