---
title: "Delete Api Key"
method: DELETE
path: "/v2/users/api_keys/{api_key_id}"
tags: ["api_keys"]
---

# Delete Api Key

`DELETE /v2/users/api_keys/{api_key_id}`

## Path parameters

- `api_key_id` string, uuid4, required

## Response `200`

Successful Response

- ApiKeyDeleteResponse
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/galileo/apis/fastapi.md) · [All operations](https://skmtc.net/galileo/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo/fastapi/versions/441b96da8c30/schema)
