---
title: "Delete an API key"
method: DELETE
path: "/orgs/{org_id}/keys/{key_id}"
tags: ["keys"]
---

# Delete an API key

`DELETE /orgs/{org_id}/keys/{key_id}`

Soft-deletes the API key and immediately evicts it from the auth cache. The key will be rejected by the proxy without delay.

## Path parameters

- `org_id` string, required
- `key_id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
