Delete a MCP server permanently. This action cannot be undone
Authentication: required
curl --request DELETE \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/mcp_server/{mcp_server_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type object.
Success!
The response is of type object.
Was this page helpful?
curl --request DELETE \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/mcp_server/{mcp_server_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}