> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/review-and-revoke-connected-clients.md).

# Review and revoke connected clients

Review authorized Podigee connectors and revoke a connection that should no longer have access.

Inspect the active AI connectors for your Podigee account and revoke one connection when it is no longer needed.

## Before you start

* Sign in as the Podigee user who authorized the connector.
* Record any active operation ID that you may need after reauthorization.

## Review connector access

1. Open **My account** in Podigee.
2. Select **API**.
3. Find **Connector access**.
4. Review the connector name.
5. Review the selected Podigee account.
6. Review each granted permission.
7. Review the authorization date and last-used date.

Investigate a connector that you do not recognize or no longer use.

## Revoke a connector

1. Select **Revoke** for the connector.
2. Confirm the connector and account in the dialog.
3. Confirm the revocation.

## Expected result

Podigee marks the grant as revoked and invalidates its complete access-token and refresh-token family. The connector can no longer make an authorized request with that grant.

Revocation remains available even when new connector authorization is temporarily unavailable.

## If an operation was running

Running work stops at a safe authorization checkpoint. Completed drafts or imported data remain. A new grant for the same user and account can inspect the operation and resume eligible work, but it requires current scopes and a new preview and confirmation.

## Next step

[Switch to another account or organization](/documentation/start-here/ai-agents/connect-and-authorize/switch-to-another-account-or-organization.md) when you still need the connector for a different Podigee account.


---

# 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://docs.podigee.com/documentation/start-here/ai-agents/connect-and-authorize/review-and-revoke-connected-clients.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.
