---
title: "Delete OAuth client"
method: DELETE
path: "/oauth_clients/{id}"
tags: ["OAuth Clients"]
---

# Delete OAuth client

`DELETE /oauth_clients/{id}`

Permanently deletes the specified OAuth client from your account.

## Path parameters

- `id` string, uuid, required

## Response `204`

OAuth client deleted successfully

## Other responses

- `404` — OAuth client not found

## Changes

- **2026-07-23** `eb02d7e7280b` — 1 info
  - the endpoint scheme security `bearerAuth` was removed from the API

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/oauth_clients/:id/delete.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
