Skip to main content
DELETE
Revoke all auth tokens on an MCP server

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mcpServerId
string
required

MCP server id (the id returned by GET /v1/mcp, not the name).

Example:

"mcp-01HXYZ..."

Response

All auth tokens revoked.

deletedCount
number
required

Number of per-subject auth records (OAuth tokens and auth overrides) deleted from the MCP server.