Unshare Repository with All Projects

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Unshares a shared local or remote repository. The repository is not deleted but remains assigned to the source repository.

Since: 7.15.3

Security: Requires a user assigned with the 'Administer the Platform' role.

Usage: DELETE /v1/projects/_/share/repositories/{repo_name}

Parameters:

Name

Description

repo_name *

string

(path)

The repository name

Header parameter: Authorization: Bearer

Sample Request:

curl -X DELETE "${baseUrl}/access/api/v1/projects/_/share/repositories/${repo_name}" -H "accept: application/json -H 'Authorization: Bearer <a valid access-token>"

Sample Response:

UnShared