---
title: "Revoke OAuth key"
method: DELETE
path: "/v1/oauth-keys/{oauthKeyId}"
tags: ["OAuth Keys"]
---

# Revoke OAuth key

`DELETE /v1/oauth-keys/{oauthKeyId}`

Revokes an OAuth key (like MCP clients). The connected client immediately loses access.

## Path parameters

- `oauthKeyId` string, required — OAuth key identifier.

## Response `204`

OAuth key revoked

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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