Delete a user from the organization
The pw users delete command deletes a user and cleans up all their resources.
By default it uses the organization from your current context. Use --org to target a different organization.
pw users delete <username> [flags] pw users delete jake.thayne
# Delete a user from a specific organization
pw users delete --org my-org jake.thayne -h, --help help for delete
--org string Target organization (defaults to current context) --context string The context to use. Overrides PW_CONTEXT environment variable and current context from config.
--platform-host string The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
-v, --verbose Enable verbose logging