---
title: "Revoke OAuth config"
method: DELETE
path: "/api/oauth/config/{id}"
tags: ["OAuth"]
---

# Revoke OAuth config

`DELETE /api/oauth/config/{id}`

Revokes a server-level OAuth configuration and its associated access token.
After revocation, the MCP client will no longer be able to use this OAuth token.

## Path parameters

- `id` string, required

## Response `200`

OAuth token revoked successfully

- SuccessResponse — Generic success response
  - `status` string
  - `message` string

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
