pi perm delete

Command Help

> pi perm del -h
Usage: pi perm delete [-h] [--all-ip] [--all-lines] [--tree]
                      permissions [permissions ...] identifier
                      [identifier ...]
 
Description: Delete Permissions from Libraries, IPs, and Lines.
 
Positional arguments:
  permissions  Each access specifier is of the form <type>:<who>:<perm> where
               <type> is either u or g, <who> is the name of a user or group,
               and <perm> is any combination of o, w, and either r or v (but
               not both). View perms (v) can only be attached to IP Lines.
  identifier   Library, IP and/or Line to delete the Permissions from.
               Libraries are specified as <library_name>. where the period (.)
               suffix is required, IPs are specified as
               <library_name>.<ip_name> and Lines are specified as
               <library_name>.<ip_name>@.<line_name>
 
Optional arguments:
  --all-ip     For a Library argument, delete the Permissions from all IPs in
               that Library. For IP and Line arguments, this option will be
               ignored.
  --all-lines  For a Library argument, delete the Permissions from all Lines
               of every IP in that Library. For an IP argument, delete the
               Permissions from all Lines of that IP. For Line arguments, this
               option will be ignored.
  --tree       For a Line argument, delete the Permissions from the Lines,
               IPs, and Libraries of all IPV in the resource hierarchy of the
               latest IP Version on the Line. For an IP argument, this option
               uses the resource hierarchy of the latest Version of the IP on
               the IP's default line. For Library arguments this option is an
               error. A request to delete either view or read permissions will
               delete both read permissions (all affected objects, including
               lines) and view permissions (lines with view permissions)
  -h, --help   Show this help message and exit.

More information and documentation available at:
  https://help.perforce.com/methodics/
Copyright © 2010-2025 Perforce, Inc.

Example

> pi perm delete u:vera:r tutorial.tutorial

>