deleteServerKeystoreEntry

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.

Format

udclient [global-args...] [global-flags...]
  deleteServerKeystoreEntry [parameters]

Parameters

Table 1. 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 REST command: Delete a server keystore entry.