---
title: "Delete Key"
method: DELETE
path: "/v1/dev/keys/{key_id}"
tags: ["API Keys"]
---

# Delete Key

`DELETE /v1/dev/keys/{key_id}`

## Path parameters

- `key_id` string, required

## Response `204`

Successful Response

## Other responses

- `401` — Missing or invalid authentication credentials.
- `404` — Requested resource was not found.
- `422` — Validation Error

## Changes

- **2026-06-29** `a638dcb24d6f` — 2 breaking, 4 info
  - response property `detail` list-of-types was widened by adding types `array and object` to media type `application/json` of response `401`
  - response property `detail` list-of-types was widened by adding types `array and object` to media type `application/json` of response `404`
  - the endpoint scheme security `firebaseBearer` was added to the API
  - added the non-success response with the status `422`
  - …2 more
- **2026-03-24** `b791dc93aa91` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/basedhardware/apis/omi-developer-api/changes/v1/dev/keys/:key_id/delete.md)

---

[API](https://skmtc.dev/basedhardware/apis/omi-developer-api.md) · [All operations](https://skmtc.dev/basedhardware/apis/omi-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/basedhardware/omi-developer-api/revisions/a638dcb24d6f/schema)
