MCP
Servers
Instances
Delete an MCP server instance and associated connected accounts
Removes a user instance from the MCP server and deletes all connected accounts for that user that are associated with the auth configurations of this specific MCP server. Connected accounts for other auth configurations are not affected.
delete/api/v3.1/mcp/servers/{serverId}/instances/{instanceId}
Path parameters
serverIdstring required
UUID of the MCP server
Example:550e8400-e29b-41d4-a716-446655440000
The ID of the MCP server
instanceIdstring required
The user ID to remove from this server
Example:user_123456
The instance ID (user ID) to delete
Response
Successfully deleted MCP server instance and associated connected accounts.