Skip to main content
DELETE
/
api
/
v2
/
projects
/
{projectKey}
/
views
/
{viewKey}
Delete view
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.

Authorizations

Authorization
string
header
required

Headers

LD-API-Version
enum<string>
required

Version of the endpoint.

Available options:
beta

Path Parameters

projectKey
string
required
viewKey
string
required

Response

No content