Function remove_file

Source
pub fn remove_file(
    id: impl AsRef<str>,
) -> Result<DeleteFileStatus, LlamaCoreError>
Expand description

Remove the target file by id.

§Arguments

  • id: The id of the target file.

§Returns

A DeleteFileStatus instance.