Delete Strata Auth
curl --request DELETE \
--url https://api.klavis.ai/mcp-server/strata/{strataId}/auth/{serverName} \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.klavis.ai/mcp-server/strata/{strataId}/auth/{serverName}"
headers = {"Authorization": "Bearer <token>"}
response = requests.delete(url, headers=headers)
print(response.text)const options = {method: 'DELETE', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.klavis.ai/mcp-server/strata/{strataId}/auth/{serverName}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));const options = {method: 'DELETE', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.klavis.ai/mcp-server/strata/{strataId}/auth/{serverName}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"success": true,
"message": "<string>"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Strata Auth / OAuth
Delete Strata Auth
Deletes authentication data for a specific integration within a Strata MCP server.
This will clear the stored authentication credentials, effectively unauthenticating the server.
DELETE
/
mcp-server
/
strata
/
{strataId}
/
auth
/
{serverName}
Delete Strata Auth
curl --request DELETE \
--url https://api.klavis.ai/mcp-server/strata/{strataId}/auth/{serverName} \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.klavis.ai/mcp-server/strata/{strataId}/auth/{serverName}"
headers = {"Authorization": "Bearer <token>"}
response = requests.delete(url, headers=headers)
print(response.text)const options = {method: 'DELETE', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.klavis.ai/mcp-server/strata/{strataId}/auth/{serverName}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));const options = {method: 'DELETE', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.klavis.ai/mcp-server/strata/{strataId}/auth/{serverName}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"success": true,
"message": "<string>"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Authorizations
Your Klavis AI API key.
Path Parameters
The strata server ID
The name of the Klavis MCP server to delete authentication for (e.g., 'github', 'jira')
Available options:
Affinity, Airtable, Amplitude, Asana, Attio, Box, Brave Search, Cal.com, Canva, ClickUp, Close, Cloudflare, Coinbase, Confluence, Dialpad, Discord, Doc2markdown, DocuSign, Dropbox, ElevenLabs, Exa, Fathom, Fetch URL, Figma, Fireflies, Firecrawl Deep Research, Firecrawl Web Search, Freshdesk, GitHub, GitLab, Gmail, Gong, Google Calendar, Google Docs, Google Drive, Google Jobs, Google Sheets, Google Forms, Google Cloud, GoogleWorkspaceAtlas, Hacker News, Heygen, HubSpot, Intercom, Jira, Klaviyo, Klavis ReportGen, Linear, LinkedIn, Markdown2doc, Mem0, Microsoft Teams, Mixpanel, Monday, Moneybird, Motion, Notion, OneDrive, Openrouter, Outlook Mail, Outlook Calendar, PagerDuty, Pipedrive, Plai, Postgres, PostHog, Postman, QuickBooks, Resend, Salesforce, SendGrid, Shopify, Slack, Snowflake, Stripe, Supabase, Tavily, Vercel, WhatsApp, WordPress, YouTube, Zendesk, ServiceNow, PayPal, Sentry, Netlify, Hugging Face, Square, Clockwise, Jotform, Honeycomb, Zoho Mail, Sharesight, Weights and Biases, Instagram, MongoDB 