---
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

---

[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)
