Delete User Auth
curl --request DELETE \
--url https://api.klavis.ai/user/{userId}/auth/{serverName} \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.klavis.ai/user/{userId}/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/user/{userId}/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/user/{userId}/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": {}
}
]
}User Auth / OAuth
Delete User Auth
Deletes authentication data for a specific integration for a user.
This will clear the stored authentication credentials, effectively unauthenticating the integration.
DELETE
/
user
/
{userId}
/
auth
/
{serverName}
Delete User Auth
curl --request DELETE \
--url https://api.klavis.ai/user/{userId}/auth/{serverName} \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.klavis.ai/user/{userId}/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/user/{userId}/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/user/{userId}/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 unique identifier for the user
Minimum string length:
1The name of the 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 