---
title: "删除指定 API KEY"
method: DELETE
path: "/api_keys/{uuid}"
tags: ["API_KEY"]
---

# 删除指定 API KEY

`DELETE /api_keys/{uuid}`

通过 UUID 删除指定 API KEY

## Path parameters

- `uuid` string, uuid, required

## Response `200`

成功响应

- object
  - `message` string — 成功/失败响应消息

## Other responses

- `401` — 未授权
- `404` — API KEY 不存在
- `500` — 标准错误响应

---

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