Description: Delete a permission from the system.
Security: Requires an admin user.
Since: Artifactory 7.72.0
Usage: DELETE <JFrog Base URL>/access/api/v2/permissions/{permission name}
Sample Response
curl --location --request DELETE 'http://example.jfrog.io/access/api/v2/permissions/Oldv1' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer cmVzNE' Ok