FileDeleteResponse
Confirmation that a file was deleted, in the negotiated shape.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
models.AnthropicFileDeletedconst value: models.AnthropicFileDeleted = {
shape: "anthropic",
id: "or_file_011CNha8iCJcU1wXNR6q4V8w",
type: "file_deleted",
};
models.OpenAIFileDeletedconst value: models.OpenAIFileDeleted = {
shape: "openai",
deleted: true,
id: "or_file_011CNha8iCJcU1wXNR6q4V8w",
object: "file",
};
models.OpenRouterFileDeletedconst value: models.OpenRouterFileDeleted = {
shape: "openrouter",
id: "or_file_011CNha8iCJcU1wXNR6q4V8w",
type: "file_deleted",
};