Mcp

Terminate an MCP session

DELETE/mcp

Explicitly end the session named in the Mcp-Session-Id header. Returns 204 when the owning key deletes its own session, 404 for an unknown or foreign session.

X-Api-Key<token>

Issued to you when your integration is provisioned. Determines which catalogue resources are visible and which AI tools are available.

In: header

Header Parameters

Mcp-Session-Id*string

Response Body

application/json

curl -X DELETE "https://example.com/mcp" \  -H "Mcp-Session-Id: string"
Empty

{  "success": false,  "status": "fail",  "message": "API key is required",  "error": {    "code": "NO_API_KEY",    "message": "API key is required"  }}

Empty