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