delete

abstract suspend fun delete(paths: Collection<String>)(source)
open suspend fun delete(vararg paths: String)(source)

Deletes all files in bucketId with in paths

Parameters

paths

The paths to delete

Throws

or one of its subclasses if receiving an error response

HttpRequestTimeoutException

if the request timed out

on network related issues