Skip to main content
DELETE
/
api
/
v2
/
projects
/
{projectKey}
/
ai-configs
/
model-configs
/
restricted
Remove AI models from the restricted list
curl --request DELETE \
  --url https://app.launchdarkly.com/api/v2/projects/{projectKey}/ai-configs/model-configs/restricted \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keys": [
    "keys",
    "keys"
  ]
}
'
{
  "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

Path Parameters

projectKey
string
required

Body

application/json

List of AI model keys to remove from the restricted list

keys
string[]
required

Response

No content