Description: Deletes the secondary key from the repository.
Since: 7.19
Security: Requires a valid admin user
Usage: DELETE /artifactory/api/v2/repositories/<repo-name>/keyPairs/secondary
Sample Usage:
curl -X DELETE -uadmin:password "https://[JFrogPlatformURL]/artifactory/api/v2/repositories/debian-local/keyPairs/secondary" --header 'Content-Type: text/plain'