# pw billing allocations permissions revoke

> Source: https://parallelworks.com/docs/cli/pw/billing/allocations/permissions/revoke

## pw billing allocations permissions revoke

Revoke allocation access from a group or the whole organization

```
pw billing allocations permissions revoke <name> [flags]
```

### Examples

```
  # Revoke a single permission from a group
  pw ... permissions revoke --group data-scientists --admin <allocation>
  
  # Revoke all of a group's access
  pw ... permissions revoke --group data-scientists <allocation>
```

### Options

```
      --admin          Target the allocation:admin permission
      --group string   Apply to a specific group
  -h, --help           help for revoke
      --org string     Target organization (defaults to current context)
      --org-wide       Apply to the entire organization
      --read           Target the allocation:read permission
      --use            Target the allocation:use permission
```

### Options inherited from parent commands

```
      --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
```

### SEE ALSO

* [pw billing allocations permissions](/docs/cli/pw/billing/allocations/permissions)	 - Manage allocation access for groups and the organization
