---
title: "Revoke API Key"
method: DELETE
path: "/v1/user/api-keys/{id}"
tags: ["User"]
---

# Revoke API Key

`DELETE /v1/user/api-keys/{id}`

Revoke one of your API keys. The key stops authenticating immediately.

## Path parameters

- `id` string, uuid, required

## Response `200`

Key revoked

- SimpleSuccess
  - `success` true, required

## Other responses

- `401` — Error
- `404` — Error
- `503` — Error

---

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