Servers

Delete MCP Server

Delete an existing MCP server and clean up associated resources (including icon from R2 storage)

delete/api/v1/servers/{id}

Path parameters

idstring required

The unique identifier

Example:12345

Response

Server deleted successfully

messagestring required

Example response

{
  "message": "Server deleted successfully"
}

Changes

Changed in 1 of the 11 revisions of this API.332

  • b0e6563d3fce332See the full diff
    • the code response property const value INTERNAL_SERVER_ERROR was removed for the status 500

      response-property-const-removed

    • the code response property const value NOT_FOUND was removed for the status 404

      response-property-const-removed

    • the code response property const value UNAUTHORIZED was removed for the status 401

      response-property-const-removed

    • added the new INTERNAL_SERVER_ERROR enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the new NOT_FOUND enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new UNAUTHORIZED enum value to the code response property for the response status 401

      response-property-enum-value-added

    • api operation id deleteApiV1ServersById removed and replaced with

      api-operation-id-removed

    • added the non-success response with the status 403

      response-non-success-status-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog