Delete a server keystore entry

A 409 Conflict status is returned if the alias 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}
Table 1. Request 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.