Delete an SSH key
DELETE
/v1/ssh_keys/{fingerprint}Use a DELETE request sent to /v1/ssh_keys/{fingerprint} endpoint to remove an SSH key. Specify its fingerprint in a path parameter.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
fingerprint*string
A fingerprint of an SSH key.
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/ssh_keys/97:c1:12:7e:1c:88:f6:77:6c:9b:cf:8d:ba:bb:8e:f86"Empty
{ "message": "Item not found", "code": "NOT_FOUND"}