deleteAllFileDescriptors

abstract suspend fun deleteAllFileDescriptors(): RainbowResult<Unit>

Deletes all RainbowFileDescriptor owned by the user

Due to the delay to remove all files from the server, the treatment is asynchronous and the callback is triggered almost immediately with a success if the server has started to delete the files.

Return

RainbowResult callback (onSuccess and onError)