---
title: "Delete Client"
method: DELETE
path: "/v1/oauth2/register/{client_id}"
tags: ["oauth2", "clients", "public"]
---

# Delete Client

`DELETE /v1/oauth2/register/{client_id}`

Delete an OAuth2 client.

## Path parameters

- `client_id` string, required

## Response `204`

Client deleted successfully.

## Other responses

- `422` — Validation Error

---

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