Note
From Artifactory release 7.49.3, this API is being replaced by the new SECURITY APIs available in the JFrog Platform.
Description: Removes an Artifactory user.
Since: 2.4.0
Notes: Requires Artifactory Pro
- To support spaces in 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/users/{userName}
Produces: application/text
Sample Usage:
DELETE /api/security/users/davids User 'davids' has been removed successfully.