---
title: "Delete an OAuth client"
method: DELETE
path: "/orgs/{orgId}/oauth-clients/{clientId}"
tags: ["OAuth Client"]
---

# Delete an OAuth client

`DELETE /orgs/{orgId}/oauth-clients/{clientId}`

Deletes an existing OAuth client from the specified organization.

#### Scopes
**[OAuth 2.0 scopes](/cloud/admin/scopes/) required:** `delete:service-accounts-tokens:admin`

## Path parameters

- `orgId` string, required
- `clientId` string, required

## Response `204`

Returned if the OAuth client is successfully deleted.

## Other responses

- `403` — Returned if the user does not have permission to delete OAuth clients.
- `404` — Returned if the OAuth client is not found.
- `500` — Internal Error

---

[API](https://skmtc.net/atlassian/apis/api-access.md) · [All operations](https://skmtc.net/atlassian/apis/api-access/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/api-access/revisions/412d18f78d91/schema)
