Delete Repository

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Removes a repository configuration together with the whole repository content. Supported by local, remote, virtual and federated repositories.

Since: 2.3.0

Notes:

Supported JFrog Subscriptions:

- Local, remote, and virtual repositories require a Pro subscription.

- Federated repositories are supported from Artifactory 718.3 and require an Enterprise or Enterprise+ subscription.

Security: Requires an admin user

Usage: DELETE /api/repositories/{repoKey}

Produces: application/text

Sample Usage:

DELETE /api/repositories/libs-release-local

Repository 'libs-release-local' and all its content have been removed successfully.