deleteImage

abstract fun deleteImage(channelType: String, channelId: String, userId: String, url: String): Result<Unit>

Deletes the image represented by url from the given channel.

Return

The empty Result object, or Result object with exception if the operation failed.

See also

Result.success
Result.error