> ## Documentation Index
> Fetch the complete documentation index at: https://cantonfoundation-update-ref-tables.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ParticipantPruningServiceGrpc.AsyncService

> Prunes/truncates the "oldest" transactions from the participant (the participant Ledger Api Server plus any other participant-local state) by removing a portion of the ledger in such a way that the set of future, allowed commands are not affected. This enables: 1. keeping the "inactive" portion of the ledger to a manageable size and 2. removing inactive state to honor the right to be forgotten.

## ParticipantPruningServiceGrpc.AsyncService

Upstream docs: [Open](https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/ParticipantPruningServiceGrpc.AsyncService.html)

**Signature**

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
public static interface ParticipantPruningServiceGrpc.AsyncService
```

**Members**

| Docs                                                                                                                                                                                                                                                          | Member                                                                                                                       | Introduced | Deprecated | Removed |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------- | ---------- | ------- |
| [Open](https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/ParticipantPruningServiceGrpc.AsyncService.html#prune%28com.daml.ledger.api.v2.admin.ParticipantPruningServiceOuterClass.PruneRequest,io.grpc.stub.StreamObserver%29) | `prune(ParticipantPruningServiceOuterClass.PruneRequest, StreamObserver<ParticipantPruningServiceOuterClass.PruneResponse>)` | `3.5.6`    | -          | -       |
