Delete Permission by name

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Delete permission by its id

Since: 1.0

Security: Admin only.

Usage: DELETE /api/v1/security/permissions/:name

Request Headers: N/A

Consumes: N/A

cURL Example

$ curl -X DELETE -u user:password "http://ARTIFACTORY_SERVER_HOSTNAME:8082/distribution/api/v1/security/permissions/:name"

Response status codes:

204 - Successfully deleted permission

404 - Permission not found

Response headers: N/A

Produces: N/A