> ## Documentation Index
> Fetch the complete documentation index at: https://docutrack-docs.icpitalia.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Revoke access to a Document

> Inter-Canister Flows

```mermaid theme={null}
sequenceDiagram
    actor A as Alice
    participant O as Orchestrator
    participant UC as Alice's User Canister
    A->>UC: revoke_share (id, Bob)
    UC->>O: Remove shared file from index
    O->>UC: OK
    UC->>UC: Revoke shared status
    UC->>A: OK

```
