deleteServerKeystoreEntry

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.

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.