---
title: "Delete"
method: DELETE
path: "/ssh-keys/{id}"
tags: ["Support API Key Authentication"]
---

# Delete

`DELETE /ssh-keys/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- SshKey
  - `id` string, uuid
  - `created_at` string, date-time
  - `updated_at` string, date-time, nullable
  - `name` string, required
  - `public_key` string, required
  - `user_id` string, uuid, required
  - `is_for_admin` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
