---
title: "Delete OAuth client"
method: POST
path: "/admin/oauth-clients/{id}:delete"
tags: ["OAuth Clients"]
---

# Delete OAuth client

`POST /admin/oauth-clients/{id}:delete`

Permanently delete an OAuth client. This cannot be undone.

Terminal, unlike the reversible kill switch (``DELETE`` on this
resource, which only sets ``active=false``): every active grant is
revoked, every token carrying the client's lineage is revoked, and the
registration row is removed — connected applications are fully
disconnected. The audit trail survives. A client that later re-registers
via dynamic client registration is a NEW registration and re-enters the
approval queue as pending; it is never re-attached to the deleted one.

## Path parameters

- `id` string, required

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

## Changes

- **2026-09-11** `b749aedcd4cf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/admin/oauth-clients/:id:delete/post.md)

---

[API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.dev/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc.dev/jentic/apis/jentic-control-plane-api/revisions/e4688b93dfc7?raw)
