Skip to main content
DELETE
/
api
/
v2
/
projects
/
{projectKey}
/
ai-tools
/
{toolKey}
Delete AI tool
curl --request DELETE \
  --url https://app.launchdarkly.com/api/v2/projects/{projectKey}/ai-tools/{toolKey} \
  --header 'Authorization: <api-key>'
{
  "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
toolKey
string
required

Response

No content