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

# Delete an API Key

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

Revokes and permanently deletes an API key by its unique UUID.

## Path parameters

- `id` string, uuid, required

## Response `204`

API key successfully deleted

## Other responses

- `400` — Invalid UUID format
- `401` — Unauthorized
- `403` — Forbidden
- `404` — API key not found
- `500` — Internal Server Error

---

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