---
title: "Revoke API Key"
method: DELETE
path: "/v1/api-keys/{prefix}"
tags: ["API Keys"]
---

# Revoke API Key

`DELETE /v1/api-keys/{prefix}`

Revoke one of the authenticated user's API keys by prefix. Takes effect immediately on all subsequent requests. Returns `204 No Content`.

## Path parameters

- `prefix` string, required

## Response `204`

API key revoked

## Other responses

- `401` — Missing or invalid authentication
- `404` — Resource not found

---

[API](https://skmtc.net/totalistrading/apis/totalis-rfq-api.md) · [All operations](https://skmtc.net/totalistrading/apis/totalis-rfq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalistrading/totalis-rfq-api/revisions/b0adb9a590b4/schema)
