Remove Public Key
POST {{baseUrl}}/:project/global/users/:user/removePublicKey?fingerprint=<post>
Removes the specified public key from the user.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fingerprint | string | The fingerprint of the public key to delete. Public keys are identified by their fingerprint, which is defined by RFC4716 to be the MD5 digest of the public key. |