---
title: "Delete a specific key"
method: DELETE
path: "/v1/config/keys/{id}"
tags: ["Keys"]
---

# Delete a specific key

`DELETE /v1/config/keys/{id}`

Delete a specific key by its `id`.

## Path parameters

- `id` string, required — The ID of the key

## Response `200`

The key was deleted successfully, a simple status is returned.

- object
  - `message` string — The status of the request in a human-readable form
  - `deleted` boolean — Indicates whether the key was deleted

## Other responses

- `404` — The specified key was not found.

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
