delete

Attempts to delete the given file. To confirm deletion, you should check FileDeletionStatus.deleted.

Return

The deletion status of the assistant

Parameters

file

The assistant to delete


abstract fun delete(id: String): FileDeletionStatus

Attempts to delete the file with the given id. To confirm deletion, you should check FileDeletionStatus.deleted.

Return

The deletion status of the file

Parameters

id

The id of the file to delete