Delete Permission Target

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Deletes an Artifactory permission target.

Since: 2.4.0

Notes: Requires Artifactory Pro

- To support spaces in the User or Group or Permission names, a Plus symbol ('+') is automatically placed when there is a space. This is set by default as the artifactory. security.api.plus.insteadof.space property is set to true. If you want to use the + (plus) symbol, set the artifactory. security.api.plus.insteadof.space to false.

Security: Requires an admin user

Usage: DELETE /api/security/permissions/{permissionTargetName}

Produces: application/text

Sample usage:

DELETE /api/security/permissions/populateCaches

Permission Target 'remoteCachePopulation' has been removed successfully.