Delete Primary Key

JFrog REST APIs

Content Type
REST API

Description: Deletes the primary key from the repository.

Since: 7.19

Security: Requires a valid admin user

Usage: DELETE /artifactory/api/v2/repositories/<repo-name>/keyPairs/primary

Sample Request:

curl -X DELETE -uadmin:password "https://[JFrogPlatformURL]/artifactory/api/v2/repositories/debian-local/keyPairs/primary" --header 'Content-Type: text/plain'