---
title: "Delete OAuth client (admin)"
method: DELETE
path: "/admin/oauth/clients/{client_id}"
tags: ["admin", "oauth-server"]
---

# Delete OAuth client (admin)

`DELETE /admin/oauth/clients/{client_id}`

Removes an OAuth client registration. Only available when OAuth server is enabled.

## Response `204`

OAuth client deleted

## Other responses

- `401` — HTTP Unauthorized response.
- `403` — HTTP Forbidden response.
- `404` — OAuth client not found

---

[API](https://skmtc.net/supabase/apis/supabase-auth-rest-api.md) · [All operations](https://skmtc.net/supabase/apis/supabase-auth-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/supabase-auth-rest-api/versions/2664b89bee49/schema)
