For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Delete a persistent store integration. Each integration uses either Redis or DynamoDB.
curl --request DELETE \
--url https://app.launchdarkly.com/api/v2/integration-capabilities/big-segment-store/{projectKey}/{environmentKey}/{integrationKey}/{integrationId} \
--header 'Authorization: <api-key>'{
"code": "unauthorized",
"message": "Invalid access token"
}Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The project key
The environment key
The integration key, either redis or dynamodb
The integration ID
Action completed successfully
curl --request DELETE \
--url https://app.launchdarkly.com/api/v2/integration-capabilities/big-segment-store/{projectKey}/{environmentKey}/{integrationKey}/{integrationId} \
--header 'Authorization: <api-key>'{
"code": "unauthorized",
"message": "Invalid access token"
}