Skip to main content
DELETE
/
api
/
v2
/
integrations
/
{integrationKey}
/
{id}
Delete audit log subscription
curl --request DELETE \
  --url https://app.launchdarkly.com/api/v2/integrations/{integrationKey}/{id} \
  --header 'Authorization: <api-key>'
{
  "code": "unauthorized",
  "message": "Invalid access token"
}

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

integrationKey
string<string>
required

The integration key

id
string<string>
required

The subscription ID

Response

Action succeeded