Skip to main content
DELETE
/
api
/
v3
/
mcp
/
{id}
Delete MCP server
curl --request DELETE \
  --url https://paradigm-preprod.lighton.ai/api/v3/mcp/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

MCP server deleted successfully