---
title: "Delete custom OIDC/OAuth provider"
method: DELETE
path: "/admin/custom-providers/{identifier}"
tags: ["admin", "oauth-client"]
---

# Delete custom OIDC/OAuth provider

`DELETE /admin/custom-providers/{identifier}`

Permanently removes a custom OIDC/OAuth provider configuration. Only available when custom OIDC/OAuth providers are enabled.

## Response `204`

Custom OIDC/OAuth provider deleted successfully (no content)

## Other responses

- `400` — Invalid identifier format
- `401` — HTTP Unauthorized response.
- `403` — HTTP Forbidden response.
- `404` — Provider not found

## Changes

- **2026-02-19** `90cc33e6fef7` — 1 info
  - endpoint added
- **2023-02-01** `144a34ca6d74` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/supabase/apis/supabase-auth-rest-api/changes/admin/custom-providers/:identifier/delete.md)

---

[API](https://skmtc.dev/supabase/apis/supabase-auth-rest-api.md) · [All operations](https://skmtc.dev/supabase/apis/supabase-auth-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supabase/supabase-auth-rest-api/revisions/2e2a74a7459f/schema)
