---
title: "Delete API Key"
method: DELETE
path: "/v1/{workspace}/ws_api_key/{api_key_id}/"
---

# Delete API Key

`DELETE /v1/{workspace}/ws_api_key/{api_key_id}/`

Delete an API key by its `id` (e.g. `ws_apik_...`). Once disabled, the key can no longer authenticate requests.

## Path parameters

- `workspace` string, required
- `api_key_id` string, required

## Response `204`

API key disabled - no response body.

## Other responses

- `401` — Authentication failed
- `404` — Resource not found

---

[API](https://skmtc.dev/suprsend/apis/suprsend-api.md) · [All operations](https://skmtc.dev/suprsend/apis/suprsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/suprsend/suprsend-api/revisions/12383393d147/schema)
