---
title: "Delete Key"
method: DELETE
path: "/v1/keys/{key_id}"
tags: ["Unified API Keys"]
---

# Delete Key

`DELETE /v1/keys/{key_id}`

Revoke (soft-delete) an API key.

## Path parameters

- `key_id` string, required

## Response `200`

Successful Response

- ApiKeyDeleteResponse
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/suprsonic/apis/suprsonic-unified-agent-api.md) · [All operations](https://skmtc.dev/suprsonic/apis/suprsonic-unified-agent-api/llms.txt) · [OpenAPI document](https://skmtc.dev/suprsonic/apis/suprsonic-unified-agent-api/revisions/fcd4ea70588a?raw)
