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

# Delete API key

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

Delete an API key. Deleted keys can no longer be used to call workspace APIs.

## Path parameters

- `id` string, required

## Response `200`

API key deleted successfully

- RevokeApiKeyResponseDto
  - `revoked` boolean, required

## Other responses

- `401` — Unauthorized
- `404` — API key not found

---

[API](https://skmtc.net/hopae/apis/hconnect-api.md) · [All operations](https://skmtc.net/hopae/apis/hconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hopae/hconnect-api/versions/ed6e97ac6f2f/schema)
