---
title: "Revoke Organization API Key"
method: DELETE
path: "/v1/organization/api-keys/{apiKeyId}"
tags: ["Organization API Keys"]
---

# Revoke Organization API Key

`DELETE /v1/organization/api-keys/{apiKeyId}`

Permanently revokes an organization-scoped API key. This action cannot be undone.

## Path parameters

- `apiKeyId` integer, required

## Response `200`

- DeleteApiKeyResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required
    - `id` integer — ID of the revoked API key
    - `deleted` boolean — Always `true` when the key was revoked

## Changes

> 54 revisions in range; 3 not diffed.

- **2026-05-31** `173563ada468` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/confident-ai/apis/confident-ai-metrics-api/changes/v1/organization/api-keys/:apiKeyId/delete.md)

---

[API](https://skmtc.dev/confident-ai/apis/confident-ai-metrics-api.md) · [All operations](https://skmtc.dev/confident-ai/apis/confident-ai-metrics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/confident-ai/confident-ai-metrics-api/revisions/95cdde71b65e/schema)
