BatchDeletionTargets
OpenRouter cleanup and, when a provider was assigned, the upstream batch deletion outcome.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { BatchDeletionTargets } from "@openrouter/sdk/models";
let value: BatchDeletionTargets = {
openrouter: "deleted",
};
| Field | Type | Required | Description |
|---|---|---|---|
openrouter | models.Openrouter | :heavy_check_mark: | OpenRouter-held request and result artifacts were purged. |
upstream | models.Upstream | :heavy_minus_sign: | The upstream batch deletion outcome; omitted when no provider was assigned. |