---
title: "Delete client"
method: DELETE
path: "/oauth2/register/{client_id}"
tags: ["OAuth 2.0"]
---

# Delete client

`DELETE /oauth2/register/{client_id}`

## Path parameters

- `client_id` string, required

## Headers

- `Authorization` string, required

## Response `204`

Client successfully deleted

## Other responses

- `401` — Unauthorized - invalid registration access token
- `404` — Client not found

---

[API](https://skmtc.net/buddy/apis/buddy-api.md) · [All operations](https://skmtc.net/buddy/apis/buddy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buddy/buddy-api/versions/2426d67c249a/schema)
