Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request DELETE \ --url http://localhost:8080/api/mcp/oauth/{id}
{ "status": "success", "message": "Operation completed successfully" }
Revokes an OAuth configuration and its associated access token. After revocation, the MCP client will no longer be able to use this OAuth token.
OAuth config ID
OAuth token revoked successfully
Generic success response
"success"
"Operation completed successfully"
Was this page helpful?