Description: Deletes an Artifactory permission target.
Since: 6.6.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 security.api.plus.insteadof.space property
is set to true
. If you want to use the + (plus) symbol, set the security.api.plus.insteadof.space
to false
.
Security: Requires an admin user
Usage: DELETE /api/v2/security/permissions/{permissionTargetName}
Produces: 200
OK in case of success, with an empty response.
Sample usage:
DELETE /api/v2/security/permissions/populateCaches 200 OK