Skip to content

aragonosx:revoke

Revoke a permission on the DAO or one of its plugins from an entity.

aragonosx:revoke <permission> <on> <where> <from> <who>
NameTypeDescription
permissionpermissionPermission name (e.g. EXECUTE) or bytes32 id
oncommandKeyword on
wherepluginTarget: dao, a plugin identifier, or an address
fromcommandKeyword from
whoaddressAddress losing the permission (or ANY_ENTITY)
# Remove an account's permission to execute DAO actions
aragonosx:connect 0x2222222222222222222222222222222222222222 (
aragonosx:propose token-voting (
aragonosx:revoke EXECUTE on dao from 0xc125218F4Df091eE40624784caF7F47B9738086f
)
)