---
title: "Delete an API Key"
method: DELETE
path: "/auth/api-key/{key}"
tags: ["auth"]
---

# Delete an API Key

`DELETE /auth/api-key/{key}`

Completely remove an API Key, thus disabling it. The token won't be recoverable

**Permission required:** edit_backend_settings

## Response `204`

Success

## Other responses

- `403` — Permission insufficient

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/revisions/8ce53ebd6bd3/schema)
