---
title: "Delete Key"
method: DELETE
path: "/console/v1/keys/{id}"
tags: ["Keys"]
---

# Delete Key

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

## Path parameters

- `id` string, required

## Response `200`

Key deleted successfully

- object
  - `message` string

## Other responses

- `403` — Insufficient permissions.
- `404` — Key not found.

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/versions/3189f450c93b/schema)
