Skip to contents

Delete an assistant file

Usage

assistant_file_delete(assistant, file_id)

Arguments

assistant

The assistant to delete the file from

file_id

The file id to delete

Value

The assistant object

Examples

if (FALSE) {
assistant_file_delete(assistant, file_id)
}