---
title: "Revoke Api Key"
method: DELETE
path: "/v2/integrations/api-keys/{key_id}"
tags: ["integrations-v2"]
---

# Revoke Api Key

`DELETE /v2/integrations/api-keys/{key_id}`

Revoke an API key by ID.

## Path parameters

- `key_id` string, required

## Response `200`

Successful Response

- RevokeApiKeyResponse — Response after revoking an API key.
  - `success` boolean, required — Whether the revocation was successful
  - `message` string, required — Human-readable status message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
