Skip to content

Method not allowed

DELETE
/mcp
curl --request DELETE \
--url https://example.com/api/v1/mcp

The MCP endpoint is stateless with no session lifecycle; DELETE returns 405 (use POST).

Method Not Allowed. Use POST.