delete

open override 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