Skip to main content
DELETE
/
ext
/
mcp
/
{id}
Delete MCP
curl --request DELETE \
  --url https://api.trugen.ai/v1/ext/mcp/{id} \
  --header 'x-api-key: <api-key>'
{
  "error": "Invalid request body"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Unique identifier of the MCP details

Example:

"0f7b696c-ecdf-4900-addc-e7cfdbbce1c7"

Response

MCP deleted successfully (no content returned)