Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
deletefeatureflagrequest.md1.32 kB
# DeleteFeatureFlagRequest ## Example Usage ```typescript import { DeleteFeatureFlagRequest } from "@launchdarkly/mcp-server/models/operations"; let value: DeleteFeatureFlagRequest = { projectKey: "<value>", featureFlagKey: "<value>", }; ``` ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | | `projectKey` | *string* | :heavy_check_mark: | The project key | | `featureFlagKey` | *string* | :heavy_check_mark: | The feature flag key. The key identifies the flag in your code. |

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