---
id: config-passwordless-login-remove-authenticator
title: "Remove iGrant.io Authenticator passwordless login method"
description: "Removes the iGrant.io Authenticator passwordless login method of the admin that owns the access token. After this operation, the admin cannot log in with the Authenticator credential."
sidebar_label: "Remove iGrant.io Authenticator passwordless login method"
hide_title: true
hide_table_of_contents: true
api: eJzlVm1v2zYQ/iuH+5QAiuy8FBiEolhqp4PbbA2WNPlQBAgjniU2EqmRlF3P0H8fjpQd2Wkw7ONQf7Aokff23N1zXKMkl1vVeGU0Zvgn1WZBDnxJoH6zQvtUGThvfUnaq1x4Y6ERzi2NlRU5B5UplIaafGkkmHkQFLJWGnwpPJiljspEnvNxb55Ip3A+92TBl8qBacgKtp4MZHOhtfGsHJSGpfJl2Nz1I7ck+U1UKSa41TOTmGFu9FwVVwNPL9nRGN6OGkzQkmuMduQwW+PJ+Iwfu7DclASO7ELlBDbokD9w6FVgUuwSPBuPWXFutCfteSmapmJRZfTom2NDa3R5SbXglaW/WmVJYvYVyVpjJ0YSJnE9Hbh3n6BfNYQZmsdvlHtMsLEMh1cxpGfpbL05qrSngjh6+i7qpiLMzsbj7gfqn2Wct0oXQxF8LyQo3bQeGmFFTZ4sdvxL9hDkgxwROfavJCHJsnNdQOb4J0bmixatL41Vf5N8Ac2bn7poZtqT1aIKvUcWgpk9jLoEHeWtVX6F2dc1njfqE/HyvkvW+J6EJcttGr5w1KJwjM5UFcqLCu5EVZGHg88N6dn07HZyiAl+cWThd6FFQTXjfp9g7GTMUFJFnjFtBGvF0eJ0FOlmFMhrJJ5JgZNklMxHrSM73AhhxKhccHs38CnVpg8aE2xthRmW3jcuG40k1eZINCpVRc/PyJHuKriyRrY5v7ym5t80XHtRKF28Ju7i9r4j98/ZuOaijLW0ycm2KET8kKBiUzGdmKAWNe+e9/0Q8MP9oji/msETrWAX5hSYoxeiamkzhh529DxANAN16zw8EjSW5uo7yTheHqKP8AAH2ngKCrwVqgoYNCKnwwQoLdI9tRn0gm9XprUMx9ETrd49BMofVt8aH8PbB2Nr4THDj3c3L2MbTMkwTjbuRU29zzwTd5yALYKBCRjDaAy3Xc55Q24WpedmQykiD5RCtVCcW9c2jbH+1+d8blOyvQu8KIRhDe1F83yBaKxZKEkOBOSGWcATKH5yd8UQ+qTFNoS5sXBLVs2VeKwIJttR72DmXCt0TnDwOfTr7BCElq8IXllyWxPbHr86ZI+8yU3luHCUA64q0izjwNhC6B5aTgYo51pKoDSVTIKxBVtYgew5JB+417pQMV5oKax0RyFeJbSHeWWWLqazRzp4e3c6gdsJHHy8uzlMYHZx8wGup0cf727gdhKtza4/w/Ev4+PTozdQT00+qqeXA5uspRbe8S2oUjlpFzh700yNyEuCk3T8InXL5TIVYTs1thj1sm50OZtc/HF9ccQyXYJe+WqnBgJY0uTtNnuYIDNZTPvJ+OQsPU2PWbYxztdCD/yJV7D/frnc75XBUPwf31r77vT03Y+aSijNoIUsrfv58hUXp5j0F1pMMJji5w798QVYyZxT7ELb786a+wRL4zxrW68fhaMvtuo6/vxXSzZMywQXwoamibNzw8o8nJ6YvAM5NXxRCCwbWHzvKtIN5+T04vLi5qJ3ZZf7nwL39ws2sNnSq4H6/TEQveB/nlY/FHnLlfmJVu+2x+POqwJb4oynGf/7ruv+AUNqkOU=
sidebar_class_name: "delete api-method"
info_path: docs/openid4vc-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"}>Remove iGrant.io Authenticator passwordless login method</h1>

<MethodEndpoint method={"delete"} path={"/v3/config/admin/authentication/oidc/user/authenticator"}></MethodEndpoint>



Removes the iGrant.io Authenticator passwordless login method of the admin that owns the access token. After this operation, the admin cannot log in with the Authenticator credential.

<div><div><ApiTabs label={undefined} id={undefined}><TabItem label={"204"} value={"204"}><div>

The service removed the Authenticator passwordless login method.

</div><div></div></TabItem><TabItem label={"400"} value={"400"}><div>

Bad request

</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><MimeTabs className={"openapi-tabs__mime"} schemaType={"response"}><TabItem label={"application/json"} value={"application/json"}><SchemaTabs className={"openapi-tabs__schema"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} className={"openapi-markdown__details response"} data-collapsed={false} open={true}><summary style={{}} className={"openapi-markdown__details-summary-response"}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"errorCode"} required={true} schemaName={"integer"} qualifierMessage={undefined} schema={{"type":"integer","example":400}}></SchemaItem><SchemaItem collapsible={false} name={"errorDescription"} required={true} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string","example":"Bad input parameter"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n  \"errorCode\": 400,\n  \"errorDescription\": \"Bad input parameter\"\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"401"} value={"401"}><div>

Unauthorized

</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><MimeTabs className={"openapi-tabs__mime"} schemaType={"response"}><TabItem label={"application/json"} value={"application/json"}><SchemaTabs className={"openapi-tabs__schema"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} className={"openapi-markdown__details response"} data-collapsed={false} open={true}><summary style={{}} className={"openapi-markdown__details-summary-response"}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"errorCode"} required={true} schemaName={"integer"} qualifierMessage={undefined} schema={{"type":"integer","example":400}}></SchemaItem><SchemaItem collapsible={false} name={"errorDescription"} required={true} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string","example":"Bad input parameter"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n  \"errorCode\": 400,\n  \"errorDescription\": \"Bad input parameter\"\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"500"} value={"500"}><div>

Internal server error

</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><MimeTabs className={"openapi-tabs__mime"} schemaType={"response"}><TabItem label={"application/json"} value={"application/json"}><SchemaTabs className={"openapi-tabs__schema"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} className={"openapi-markdown__details response"} data-collapsed={false} open={true}><summary style={{}} className={"openapi-markdown__details-summary-response"}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"errorCode"} required={true} schemaName={"integer"} qualifierMessage={undefined} schema={{"type":"integer","example":400}}></SchemaItem><SchemaItem collapsible={false} name={"errorDescription"} required={true} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string","example":"Bad input parameter"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n  \"errorCode\": 400,\n  \"errorDescription\": \"Bad input parameter\"\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem></ApiTabs></div></div>
      