Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
ApplyPatchDeleteFileOperation type definition
delete_file
apply_patch_call.operation
import { ApplyPatchDeleteFileOperation } from "@openrouter/sdk/models"; let value: ApplyPatchDeleteFileOperation = { path: "/src/main.ts", type: "delete_file", };
path
type