---
title: "Delete Org Key Route"
method: DELETE
path: "/api/v1/orgs/{org_id}/keys/{key}"
tags: ["api-keys"]
---

# Delete Org Key Route

`DELETE /api/v1/orgs/{org_id}/keys/{key}`

## Path parameters

- `key` string, required
- `org_id` string, required

## Headers

- `Authorization` string, nullable
- `X-Request-ID` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/xenovia/apis/controlplane.md) · [All operations](https://skmtc.dev/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xenovia/controlplane/revisions/18ce94490752/schema)
