LaunchDarkly docs
Search
/
Sign in
Get a demo
Product docs
Guides
SDKs
Integrations
API docs
Product docs
Guides
SDKs
Integrations
API docs
Overview
Access tokens
Account members
Account members (beta)
Account usage (beta)
AI configs (beta)
Announcements
Applications (beta)
Approvals
Approvals (beta)
Audit log
Code references
Contexts
Context settings
Custom roles
Data Export destinations
Environments
Experiments
Feature flags
Feature flags (beta)
Flag import configurations (beta)
Flag links (beta)
Flag triggers
Follow flags
Holdouts (beta)
Insights charts (beta)
Insights deployments (beta)
Insights flag events (beta)
Insights pull requests (beta)
Insights repositories (beta)
Insights scores (beta)
Integration audit log subscriptions
Integration delivery configurations (beta)
Integrations (beta)
Layers
Metrics
Metrics (beta)
OAuth2 Clients
POST
Create a LaunchDarkly OAuth 2.0 client
DEL
Delete OAuth 2.0 client
GET
Get client by ID
GET
Get clients
PATCH
Patch client by ID
Persistent store integrations (beta)
Projects
Relay Proxy configurations
Release pipelines (beta)
Releases (beta)
Scheduled changes
Segments
Tags
Teams
Teams (beta)
Users
Users (beta)
User settings
Webhooks
Workflows
Workflow templates
Other
Sign in
Get a demo
Overview
OAuth2 Clients
Delete OAuth 2.0 client
DELETE
https://
app.launchdarkly.com
/
api
/
v2
/
oauth
/
clients
/
:clientId
Try it
Delete an existing OAuth 2.0 client by unique client ID.
Path parameters
clientId
string
Required
The client ID
Response
Action succeeded
{}
map from strings to any or null
Errors
400
Delete OAuth Client Request Bad Request Error
401
Delete OAuth Client Request Unauthorized Error
403
Delete OAuth Client Request Forbidden Error
404
Delete OAuth Client Request Not Found Error
Get client by ID
Up Next
Built with