---
title: "Delete"
method: DELETE
path: "/mcp-server/instance/{instanceId}"
tags: ["mcp-server"]
---

# Delete

`DELETE /mcp-server/instance/{instanceId}`

Completely removes a server connection instance using its unique ID,
deleting all associated data from the system.

## Path parameters

- `instanceId` string, uuid, required — The ID of the connection instance to delete.

## Response `200`

Successful Response

- StatusResponse
  - `success` boolean, required
  - `message` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev.md) · [All operations](https://skmtc.net/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weatherpal-ai/mcp-handle-https-www-mcp-handle-dev/versions/58fc8af3b578/schema)
