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

# BatchDeletionTargets

OpenRouter cleanup and, when a provider was assigned, the upstream batch deletion outcome.

## Example Usage

```typescript theme={null}
import { BatchDeletionTargets } from "@openrouter/sdk/models";

let value: BatchDeletionTargets = {
  openrouter: "deleted",
};
```

## Fields

| Field        | Type                                          | Required             | Description                                                                 |
| ------------ | --------------------------------------------- | -------------------- | --------------------------------------------------------------------------- |
| `openrouter` | [models.Openrouter](../models/openrouter.mdx) | :heavy\_check\_mark: | OpenRouter-held request and result artifacts were purged.                   |
| `upstream`   | [models.Upstream](../models/upstream.mdx)     | :heavy\_minus\_sign: | The upstream batch deletion outcome; omitted when no provider was assigned. |
