For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Delete a specific view by its key.
curl --request DELETE \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/views/{viewKey} \
--header 'Authorization: <api-key>' \
--header 'LD-API-Version: <ld-api-version>'{
"code": "code",
"message": "message"
}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.
curl --request DELETE \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/views/{viewKey} \
--header 'Authorization: <api-key>' \
--header 'LD-API-Version: <ld-api-version>'{
"code": "code",
"message": "message"
}