---
title: "Delete Api Key"
method: DELETE
path: "/api/v1/api-keys"
tags: ["API Keys"]
---

# Delete Api Key

`DELETE /api/v1/api-keys`

Delete an API key from the current business by its id.

**Request Body:** `{"key_id": "ak_..."}` (from the listing endpoint).

## Request body

- DeleteApiKeyRequest — Request model for deleting an API key (by stable id).
  - `key_id` string, required

## Response `200`

Successful Response

- DeleteApiKeyResponse — Response model for deleting an API key.
  - `message` string, required
  - `deleted` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/neosapien/apis/neocore.md) · [All operations](https://skmtc.dev/neosapien/apis/neocore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neosapien/neocore/revisions/8b94ef58f2cf/schema)
