method ScriptService.deleteScriptByPathimport { ScriptService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/ScriptService.ts"; deleteScriptByPath(unnamed 0: { workspace: string; path: string; }): CancelablePromise<string>delete all scripts at a given path (require admin) Parametersunnamed 0: { workspace: string; path: string; }ReturnsCancelablePromise<string>string script path