Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
deleteaiconfigvariationrequest.md3.1 kB
# DeleteAIConfigVariationRequest ## Example Usage ```typescript import { DeleteAIConfigVariationRequest } from "@launchdarkly/mcp-server/models/operations"; let value: DeleteAIConfigVariationRequest = { ldAPIVersion: "beta", projectKey: "<value>", configKey: "<value>", variationKey: "<value>", }; ``` ## Fields | Field | Type | Required | Description | | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | | `ldAPIVersion` | [operations.DeleteAIConfigVariationLDAPIVersion](../../models/operations/deleteaiconfigvariationldapiversion.md) | :heavy_check_mark: | Version of the endpoint. | | `projectKey` | *string* | :heavy_check_mark: | N/A | | `configKey` | *string* | :heavy_check_mark: | N/A | | `variationKey` | *string* | :heavy_check_mark: | N/A |

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/launchdarkly/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server