delete

suspend fun delete(name: String, config: DeleteFileConfig? = null): DeleteFileResponse

Deletes a remotely stored file.

Return

The DeleteFileResponse, the response for the delete method.

Parameters

name

The name identifier for the file to delete.

config

Optional configuration for the delete method.