---
title: "Delete API Key"
method: DELETE
path: "/api_keys"
tags: ["API Key"]
---

# Delete API Key

`DELETE /api_keys`

Deletes an API key. This endpoint allows you to delete an API key that is no longer needed.

## Query parameters

- `uuid` string

## Response `204`

Successfully deleted API key

## Other responses

- `401` — Unauthorized
- `default` — Unexpected error

---

[API](https://skmtc.net/attention/apis/attention-service-v2.md) · [All operations](https://skmtc.net/attention/apis/attention-service-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/attention/attention-service-v2/versions/5de55d3804cf/schema)
