---
title: "Delete a server"
method: DELETE
path: "/servers/{namespace}/{server}"
tags: ["servers"]
---

# Delete a server

`DELETE /servers/{namespace}/{server}`

Delete a server by namespace and server name.

## Path parameters

- `namespace` string, required
- `server` string, required

## Response `200`

Server deleted

- object
  - `success` boolean, required
  - `namespace` string, required
  - `server` string, required

## Other responses

- `404` — Server not found or not owned by user

## Changes

- **2026-02-12** `76a55393a552` — 1 breaking, 2 info
  - removed the required property `qualifiedName` from the response with the `200` status
  - added the required property `namespace` to the response with the `200` status
  - added the required property `server` to the response with the `200` status
- **2026-01-25** `ea538dc2369a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/servers/:namespace/:server/delete.md)

---

[API](https://skmtc.dev/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/revisions/eab7f6413d3a?raw)
