Delete a server keystore entry
Deletes an entry from the server keystore which contains key pairs and certificates used for agent communication. This keystore is the file at path appdata/conf/server.keystore. A 409 Conflict status is returned if the alias no longer corresponds to the same certificate at the time of the request. If the alias was never present or was removed concurrently, this operation reports success.
Request
DELETE https://{hostname}:{port}
/cli/serverKeystore/deleteEntry?{parameters}
Parameter | Type | Required | Description |
---|---|---|---|
alias | string | true | The alias that will be removed. |
certificateFingerprint | string | true | The certificate fingerprint that must match to check for concurrent modification. |
Related CLI command: deleteServerKeystoreEntry.