Skip to main content
DELETE
/
api
/
v2
/
engineering-insights
/
repositories
/
{repositoryKey}
/
projects
/
{projectKey}
Remove repository project association
curl --request DELETE \
  --url https://app.launchdarkly.com/api/v2/engineering-insights/repositories/{repositoryKey}/projects/{projectKey} \
  --header 'Authorization: <api-key>'
{
  "code": "invalid_request",
  "message": "validation failed",
  "errors": [
    {
      "attribute": "projectKey",
      "reason": "must be present"
    }
  ]
}

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

Path Parameters

repositoryKey
string<string>
required

The repository key

projectKey
string<string>
required

The project key

Response

Action succeeded