deleteFileDescriptor

abstract suspend fun deleteFileDescriptor(fileDescriptor: RainbowFileDescriptor): RainbowResult<Unit>

Deletes the RainbowFileDescriptor from the server

If the file has been downloaded to the device, it will be delete Viewers will no longer have access to the file once it has been deleted

Return

RainbowResult callback (onSuccess, onError)

Parameters

fileDescriptor

RainbowFileDescriptor the RainbowFileDescriptor to delete