Delete MCP Server
Delete an existing MCP server and clean up associated resources (including icon from R2 storage)
Path parameters
The unique identifier
Response
Server deleted successfully
Example response
{
"message": "Server deleted successfully"
}Changes
Changed in 1 of the 11 revisions of this API.332
- ▲
the
coderesponse property const valueINTERNAL_SERVER_ERRORwas removed for the status500response-property-const-removed
- ▲
the
coderesponse property const valueNOT_FOUNDwas removed for the status404response-property-const-removed
- ▲
the
coderesponse property const valueUNAUTHORIZEDwas removed for the status401response-property-const-removed
- ●
added the new
INTERNAL_SERVER_ERRORenum value to thecoderesponse property for the response status500response-property-enum-value-added
- ●
added the new
NOT_FOUNDenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
UNAUTHORIZEDenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ○
api operation id
deleteApiV1ServersByIdremoved and replaced withapi-operation-id-removed
- ○
added the non-success response with the status
403response-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
- ▲