Delete HA Cluster License

JFrog REST APIs

Content Type
REST API

Description: Deletes a license key from an HA cluster.

Note

This API is available only in Self-hosted instances.

Since: 5.0.0

Security: Requires an admin user

Usage: DELETE /artifactory/api/system/licenses?licenseHash=licenseHash1, licenseHash2...

Produces: application/json

{
  "status" : 200,
  "messages" : {["<License hash code>" : "<status message>"]}
}

Sample Usage:

DELETE /artifactory/api/system/licenses?licenseHash=tL9r2YlDBiktbbt, DiYgVAP7nvyNI7q
 
Response:
{
  "status" : 200,
  "messages" : {
        "tL9r2YlDBiktbbt" : "OK",
        "DiYgVAP7nvyNI7q" : "OK"
        }
}