v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
OAuth

Revoke OAuth config

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.

delete/api/oauth/config/{id}

Path parameters

idstring required

OAuth config ID

Response

OAuth token revoked successfully

statusstring
messagestring

Example response

{
  "status": "success",
  "message": "Operation completed successfully"
}