---
title: "Delete OAuth 2.0 client"
method: DELETE
path: "/api/v2/oauth/clients/{clientId}"
tags: ["OAuth2 Clients"]
---

# Delete OAuth 2.0 client

`DELETE /api/v2/oauth/clients/{clientId}`

Delete an existing OAuth 2.0 client by unique client ID.

## Path parameters

- `clientId` string, string, required — The client ID

## Response `204`

Action succeeded

## Other responses

- `400` — Invalid request
- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier

---

[API](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api.md) · [All operations](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/launchdarkly/launchdarkly-rest-api/revisions/69c5c9aafe78/schema)
