curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/mcp-servers/{id}/auth \
--header 'Authorization: Bearer <token>'Deletes the current user’s OAuth 2.1 authentication for an MCP server integration.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/mcp-servers/{id}/auth \
--header 'Authorization: Bearer <token>'Was this page helpful?