---
title: "Revoke an API key"
method: DELETE
path: "/api-keys/{uuid}"
tags: ["API auth"]
---

# Revoke an API key

`DELETE /api-keys/{uuid}`

Revoke an API key. This permanently deactivates it and cannot be undone. Requires Developer authentication (a session JWT).

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Default Response

- object
  - `message` string, required

---

[API](https://skmtc.dev/vwala/apis/energy-platform-api.md) · [All operations](https://skmtc.dev/vwala/apis/energy-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vwala/energy-platform-api/revisions/86688c4fea92/schema)
