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

# Delete an API key

`DELETE /v1/keys/{keyID}`

Soft-deletes an API key. The key will be marked as deleted but not permanently removed.

## Path parameters

- `keyID` string, required

## Response `204`

Key deleted

## Other responses

- `401` — Missing authentication
- `404` — Key not found

---

[API](https://skmtc.dev/liara-cloud/apis/ai-api-keys.md) · [All operations](https://skmtc.dev/liara-cloud/apis/ai-api-keys/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liara-cloud/ai-api-keys/revisions/bba2d0674527/schema)
