> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/cerby-web-app/accounts/extending-your-accounts-to-okta/remove-an-account-extended-to-okta.md).

# Remove an account extended to Okta

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, **Admins**, and **Users**
* Account **Owners**
* Only supported using the Cerby web app
  {% endhint %}

As an account **Owner** who has synced and [extended an account to Okta](https://help.cerby.com/getting-started/concepts/credential-management/extended-account-access), you can remove it.

{% hint style="danger" %}
**IMPORTANT:** You must have the **Owner** role on the extended account you want to remove. By removing an extended account, the following happens:

* The corresponding chiclet is removed from the Okta dashboard for all workspace members and teams with shared access as **Owners** or **Collaborators** to the Cerby account.
* The account and its access permissions are not affected in Cerby.
  {% endhint %}

To remove an account synced and extended to Okta, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace using your web browser.
2. Click the corresponding account card. The account details page is displayed.
3. Expand the **Connected services and apps** section.
4. Click the **More options** (...) icon. A drop-down list is displayed.
5. Select the **Remove from Okta** option from the list. The **Remove extended account?** dialog box is displayed.
6. Click the **Yes, remove extended account** button. The dialog box closes, and Cerby starts removing your account from Okta.

Now you are done.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.cerby.com/cerby-web-app/accounts/extending-your-accounts-to-okta/remove-an-account-extended-to-okta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
