> ## 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. # FileDeleteResponse Confirmation that a file was deleted, in the negotiated shape. ## Supported Types ### `models.AnthropicFileDeleted` ```typescript theme={null} const value: models.AnthropicFileDeleted = { shape: "anthropic", id: "or_file_011CNha8iCJcU1wXNR6q4V8w", type: "file_deleted", }; ``` ### `models.OpenAIFileDeleted` ```typescript theme={null} const value: models.OpenAIFileDeleted = { shape: "openai", deleted: true, id: "or_file_011CNha8iCJcU1wXNR6q4V8w", object: "file", }; ``` ### `models.OpenRouterFileDeleted` ```typescript theme={null} const value: models.OpenRouterFileDeleted = { shape: "openrouter", id: "or_file_011CNha8iCJcU1wXNR6q4V8w", type: "file_deleted", }; ```