Skip to main content
DELETE
/
api
/
v2
/
oauth
/
clients
/
{clientId}
Delete OAuth 2.0 client
curl --request DELETE \
  --url https://app.launchdarkly.com/api/v2/oauth/clients/{clientId} \
  --header 'Authorization: <api-key>'
{
  "code": "invalid_request",
  "message": "Invalid request body"
}

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

clientId
string<string>
required

The client ID

Response

Action succeeded