Connectors

Remove a registered MCP server

DELETE
/v1/mcp-servers/{slug}

Authorization

bearerAuth
AuthorizationBearer <token>

A personal API key (psk_…) or an OAuth access token (plan_at_…). Scopes: read, write.

In: header

Path Parameters

slug*string

Slug of the skill or MCP server.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/mcp-servers/string"
{  "removed": true,  "connectorId": "string"}