FunctionsModulefs$deleteFileOn this page$deleteFile This function deletes a file at the specified path. Parameters ParameterDescriptionfilePathPath to the file to be deleted. Example <AoiClient>.addCommand({ name: "misc", code: ` $deleteFile[path/to/file.txt] `,});