---
title: "Delete custom OAuth configuration"
method: DELETE
path: "/api/auth/oauth/custom/{key}/config"
tags: ["Admin"]
---

# Delete custom OAuth configuration

`DELETE /api/auth/oauth/custom/{key}/config`

Delete a custom OAuth provider configuration (admin only)

## Path parameters

- `key` string, required

## Response `200`

Configuration deleted

- object
  - `success` boolean
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Admin only
- `404` — Configuration not found

---

[API](https://skmtc.dev/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.dev/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/revisions/a935bb49f932/schema)
