Skip to main content
DELETE
/
mcp-server
/
strata
/
{strataId}
/
servers
Delete
curl --request DELETE \
  --url https://api.klavis.ai/mcp-server/strata/{strataId}/servers \
  --header 'Authorization: Bearer <token>'
{
  "deletedServers": [
    "<string>"
  ],
  "deletedExternalServers": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

strataId
string
required

Query Parameters

servers
(enum<string> | string)[] | null

List of Klavis integration to delete (e.g., 'jira', 'linear'), 'ALL' to delete all Klavis integration, or null to delete no servers.

Available options:
Affinity,
Airtable,
Asana,
Attio,
Box,
Brave Search,
Cal.com,
Canva,
ClickUp,
Close,
Cloudflare,
Coinbase,
Confluence,
Dialpad,
Discord,
Doc2markdown,
DocuSign,
Dropbox,
ElevenLabs,
Exa,
Fathom,
Figma,
Fireflies,
Firecrawl Deep Research,
Firecrawl Web Search,
Freshdesk,
GitHub,
GitLab,
Gmail,
Gong,
Google Calendar,
Google Docs,
Google Drive,
Google Jobs,
Google Sheets,
Hacker News,
Heygen,
HubSpot,
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,
Stripe,
Supabase,
Tavily,
Vercel,
WhatsApp,
WordPress,
YouTube,
Zendesk,
ServiceNow
externalServers
string | null

Comma-separated list of external server names to delete

Response

Successful Response

deletedServers
string[]
required

List of integration that were deleted

deletedExternalServers
string[]
required

List of external MCP server names that were deleted