Delete Secondary Key

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Deletes the secondary key from the repository.

Since: 7.19

Security: Requires a valid admin user

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

Sample Usage:

curl -X DELETE -uadmin:password "http://localhost:8080/artifactory/api/v2/repositories/debian-local/keyPairs/secondary" --header 'Content-Type: text/plain'