---
title: "Delete API Key"
method: DELETE
path: "/api-keys/{id}"
tags: ["API Keys"]
---

# Delete API Key

`DELETE /api-keys/{id}`

Deletes a specific API key

## Path parameters

- `id` integer, required

## Response `200`

API key deleted successfully

## Other responses

- `404` — API key not found

---

[API](https://skmtc.net/laminar/apis/laminar-api.md) · [All operations](https://skmtc.net/laminar/apis/laminar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laminar/laminar-api/revisions/c4cc2ef4aab1/schema)
