v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1382123.9 KB
users

Removes a public SSH key from an environment. Clients will no longer be able to connect to the environment using the corresponding private key. If a key with the same content is not present, this will error with NOT_FOUND.

post/v1/{+environment}:removePublicKey

Path parameters

environmentstring required

Environment this key should be removed from, e.g. users/me/environments/default.

Request body

keystring

Key that should be removed from the environment.

Response

Successful response