---
title: "Revoke Api Key"
method: DELETE
path: "/api/users/me/api-keys/{key_id}"
tags: ["Users"]
---

# Revoke Api Key

`DELETE /api/users/me/api-keys/{key_id}`

Revoke (deactivate) an API key.

The key cannot be recovered after revocation.

## Path parameters

- `key_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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