---
title: "Delete/revoke an API key"
method: DELETE
path: "/v1/api-keys/{id}"
tags: ["API Keys"]
---

# Delete/revoke an API key

`DELETE /v1/api-keys/{id}`

Permanently delete an API key. This action cannot be undone.

## Path parameters

- `id` string, uuid, required

## Response `200`

API key deleted successfully

## Other responses

- `404` — API key not found
- `409` — API key is in use by tools or integrations

## Changes

- **2026-02-11** `b4f394f05daf` — 1 info
  - the endpoint scheme security `lorikeetClientId AND lorikeetSignatureAuthV1` was removed from the API
- **2026-01-29** `8545f19bf98a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/optechai/apis/lorikeet-api/changes/v1/api-keys/:id/delete.md)

---

[API](https://skmtc.dev/optechai/apis/lorikeet-api.md) · [All operations](https://skmtc.dev/optechai/apis/lorikeet-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optechai/lorikeet-api/revisions/789c7fa93584/schema)
