---
title: "Reset Auth Settings"
method: PATCH
path: "/v3/authentication-settings#delete"
---

# Reset Auth Settings

`PATCH /v3/authentication-settings#delete`

Reset authentication configuration.

## Request body

- object
  - `basic_auth_enabled` true
  - `oidc_auth_enabled` false, nullable
  - `saml_auth_enabled` false, nullable
  - `idp_mapping_enabled` false, nullable
  - `konnect_mapping_enabled` true

## Response `200`

Response for authentication settings endpoint

- object
  - `basic_auth_enabled` boolean, nullable — The organization has basic auth enabled.
  - `oidc_auth_enabled` boolean, nullable — The organization has OIDC disabled.
  - `saml_auth_enabled` boolean, nullable — The organization has SAML disabled.
  - `idp_mapping_enabled` boolean, nullable — IdP groups determine the Konnect teams a user has.
  - `konnect_mapping_enabled` boolean, nullable — A Konnect Identity Admin assigns teams to a user.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Unauthorized

---

[API](https://skmtc.net/kong/apis/konnect-api.md) · [All operations](https://skmtc.net/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api/revisions/06734a9c491f/schema)
