Learn R Programming

tidyllm (version 0.5.1)

delete_file: Delete a File from a Provider's File Store

Description

Delete a File from a Provider's File Store

Usage

delete_file(.provider, .file_id, ...)

Value

Invisibly NULL; prints a confirmation message.

Arguments

.provider

A provider function call.

.file_id

The file ID string to delete, or a tidyllm_file object returned by upload_file().

...

Additional provider-specific arguments.