Skip to content
Last updated

Delete (soft delete) a custom MCP server configuration. Only the owner can delete their configurations. The configuration is marked as deleted but not permanently removed from the database.

DELETEhttps://api.aitronos.com/v1/mcp-configurations/{config_id}

Path Parameters

config_id string required The MCP configuration ID (mcp_ prefixed string).

Returns

Returns 204 No Content on successful deletion.

Bash
curl -X DELETE "https://api.aitronos.com/v1/mcp-configurations/mcp_abc123xyz" \
  -H "X-API-Key: $FREDDY_API_KEY"