pi property delete

Command Help

> pi property delete -h
Usage: pi property delete [-h] [--force] identifier

Description: Delete an existing Property definition. Only admin users can
delete Properties.

Positional arguments:
  identifier   Name of the Property to delete.

Optional arguments:
  --force, -f  Execute delete to completion when Property value is set for
               some IP or IPV (default is to block delete when Property value
               is set on any IP or IPV).
  -h, --help   Show this help message and exit

Examples:
# Delete Property definition ohms which has no value set on any IP or IPV.
  pi prop delete ohms

# Delete Property definition ohms even if its value is set on any IP or IPV.
  pi prop delete --force ohms

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

Example

> pi prop delete newprop
Successfully deleted Property 'newprop'.