---
title: "Delete an SSH key."
method: DELETE
path: "/me/ssh-keys/{sshKeyId}"
tags: ["me"]
---

# Delete an SSH key.

`DELETE /me/ssh-keys/{sshKeyId}`

Delete an SSH key owned by the currently authenticated user. 
- Users can only delete their own keys.

## Path parameters

- `sshKeyId` string, uuid, required

## Response `200`

Successfully deleted the SSH key.

## Other responses

- `400` — - [group:**request**, code:**0**]: Invalid field in the request.
- `500` — - [group:**ssh-key**, code:**1600**]: Delete SSH key encountered DB error.

---

[API](https://skmtc.net/gmicloud/apis/cluster-engine-api.md) · [All operations](https://skmtc.net/gmicloud/apis/cluster-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gmicloud/cluster-engine-api/versions/bcbab016469f/schema)
