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
Example response
{
"status": "success",
"message": "Operation completed successfully"
}