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

# Delete Personal API Key

`DELETE /v1/user/api-keys/{apiKeyId}`

Deletes a personal API key owned by the authenticated user.

## Path parameters

- `apiKeyId` string, uuid, required

## Response `200`

API key deleted

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — API key not found or does not belong to this user
- `500` — Internal server error

---

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