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

# Delete an API key

`DELETE /api-keys/{keyID}`

Revokes an API key. Subsequent requests using its value are rejected as unauthorized.

## Path parameters

- `keyID` string, required — API key identifier to delete

## Response `200`

OK

- DeleteAPIKeyOutputBody
  - `message` string, required

## Other responses

- `default` — Error

---

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