MCP
Servers
Delete an MCP server
Deletes a Model Control Protocol (MCP) server, making it unavailable for future use. This cannot be undone. Any applications or services connected to this server will lose access after deletion.
delete/api/v3/mcp/{id}
Path parameters
idstring required
Unique identifier of the MCP server to retrieve, update, or delete
Example:550e8400-e29b-41d4-a716-446655440000
The ID of the MCP server
Response
Successfully deleted MCP server. The server is no longer available for use.
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"deleted": true
}