---
title: "Delete an API key"
method: DELETE
path: "/api/tenants/me/api-keys/{id}"
tags: ["Tenants"]
---

# Delete an API key

`DELETE /api/tenants/me/api-keys/{id}`

Permanently revoke an API key. Any requests using this key will immediately fail.

## Path parameters

- `id` string, required

## Response `200`

API key deleted

## Other responses

- `404` — API key not found

---

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