Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Remove Permission

view on GitHub

Remove Permission is available as both a pgutil command and an HTTP Request, and will remove a granted or denied Permission from a User or Group.

Command Specification (CLI)

The security permissions remove command is used to remove a granted or denied Permission from a User or Group.

The --id options is always required.

Removing a permission requires the Permission id (e.g. 3):

pgutil security permission remove --id=3

HTTP Request Specification

To remove a Permission, simply DELETE to the following URL with the permissionId query argument specifying the Permission id:

DELETE /api/security/permissions/delete?permissionId=«permission-id»

HTTP Response Specification

A 200 response will indicate the Permission has been removed from ProGet. A 403 response indicates a missing, unknown, or unauthorized API Key.