---
id: delete-oidc-client
title: "Delete OIDC Client"
description: "Permanently removes an OpenID Connect client and its associated configuration. This action cannot be undone. System-managed clients cannot be deleted."
sidebar_label: "Delete OIDC Client"
hide_title: true
hide_table_of_contents: true
api: eJzNVcFuGzcQ/ZXBnBKAXrl2TosgaGq7hZqgCWoXPQQCPOaOdglzyQ3JlawKe+uX9NP6JcVwV5Kt2O21F3vF4Qxn5r15s8WKow6mS8Y7LPEzh5Ycu2Q3ELj1K45ADj517OaXcOGdY51AW8MuAbkKTIpAMXptKHEF2rulqftAEq+Am8ZEIC0/QJNzPsEdQ+8q77iA601M3J605KgW3xw1PrpYseXEVYEKOwrUcuIQsfyyPcr6pmGYX4JfQmp4ioMKjdg6Sg0qdNQyljja5hUqDPy1N4ErLFPoWWHUDbeE5RbTppO7MQXjahyGhVyOnXeRo9jPTt/Iv6c5XIw9mVJGhdq7JHmU20Fhw1Tl3LfDMCiMrPtg0ibX8r4zH1g+F4Pa4g9MgcP7PjX5ZKEwUS1F4xEI44O4UNhyanyFJY6P526JO85W57MRkRk/JHbReDfzptKzsQ+z7a4fA0pSYfV8fy+59TCaUWEfLJbYpNTFcjaruPUn1JnC1IFcKoxHKeOIVsFX/UiDF8L8V4TrRLVx9UvucTQfJ7I4tPpa4B3x2zV8jzSNBxNjRqwOnBEsfDB/ZE6jOkrs/ec53PMGqE8Nu2T0nvoMK7I972h5+yTOLYzPQNvHzPUu8NI8cAVrkxq4HXOEW3jlfOIcIAUyNvegI82vFXBRF0dhS5gc3258H6QdJ/e8eXdb4KCeUGuLd/nXjz60lLDEn3+/+bY2rTlGSP6eHXQU4y69MdKUMxgHT5KAfQfzTEkPx8dQ7TouuKFMgnFLL9nItJCWaUFuyQi2se86H9L3Bzz3kJifDkdPifCYQ0fV7J3g1d9//vUaRJrges2ViQ1UlAj4QTfkas7KtuJglhOcmXZGC0p+ZSoOBcwT9JEjRLbLk+hXHNjUDkwlJEgbNfnTnWXQgfMx2aiAoDK1SWRhTdbyKKPRW1NB5ytIrBvnra8NRwXs6C5jTuB4DZZXbIVQxiUOvuNAd8aatMlBqE++pSTXtW87a8hpHgHL5QWue5vriYIZwbK3VphbmZTzbMk5DiK31mh2kQWO3RR0pBuGs+L0m56v1+uCsrnwoZ5NvnH2cX5x9cv11Yn4DAqTSfYJeCCzU3ndt+zSbrpEgka8zk7P3hTnxXfi2/mYWnKP8rnMWgef5pcXOyk8Anx7kOD/716b5iHxQ5p1loyTanN7t5OKf8HV+bhOlqZGhXslR4Wi5WLb1V/u99tCYeNjEvft9o4i/xbsMMjx155D3jYKVxQyQUfJN1G+KyyXZCP/SzNf/TqtztfwwuZ9tqqd2DpR2iyNWCIqvBctPmzmYTE8WmmXVx+vbq5QIU2ydZDs+yzZ04dU8OwDx+o9viZ/Zck86/JWePmBN+/210fLiw57vRtvS7mLYRj+AY1dPgs=
sidebar_class_name: "delete api-method"
info_path: docs/extensions-api/igrant-io-api-documentation
custom_edit_url: null
---

> **Build this with an AI coding agent.** Install the iGrant.io Agent Skills, then ask your agent to build the integration:
>
> ```bash
> npx skills add L3-iGrant/skills
> ```


import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1 className={"openapi__heading"}>Delete OIDC Client</h1>

<MethodEndpoint method={"delete"} path={"/v3/config/extension/oidc/client/{clientId}"}></MethodEndpoint>



Permanently removes an OpenID Connect client and its associated configuration. This action cannot be undone. System-managed clients cannot be deleted.

## Request

<details style={{"marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collapsed={false} open={true}><summary style={{}}><h3 className={"openapi-markdown__details-summary-header-params"}>Path Parameters</h3></summary><div><ul><ParamsItem className={"paramsItem"} param={{"description":"The ID of the client","in":"path","name":"clientId","required":true,"schema":{"type":"string"}}}></ParamsItem></ul></div></details><div><div><ApiTabs label={undefined} id={undefined}><TabItem label={"204"} value={"204"}><div>

Client deleted

</div><details style={{"textAlign":"left","marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collaposed={true} open={false}><summary style={{}}><strong>Response Headers</strong></summary><ul style={{"marginLeft":"1rem"}}></ul></details><div></div></TabItem></ApiTabs></div></div>
      