deleted (removed), unsupported (the provider has no batch-delete API; supported file cleanup still runs), or not_applicable (the batch never reached that target).
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
deleted (removed), unsupported (the provider has no batch-delete API; supported file cleanup still runs), or not_applicable (the batch never reached that target).
import { BatchDeletionOutcome } from "@openrouter/sdk/models";
let value: BatchDeletionOutcome = "deleted";
// Open enum: unrecognized values are captured as Unrecognized<string>
"deleted" | "unsupported" | "not_applicable" | Unrecognized<string>