removeStyleImage

Removes an image from the style.

Return

A string describing an error if the operation was not successful, empty otherwise.

Parameters

imageId

The identifier of the image to remove.

abstract fun removeStyleImage(imageId: String): Expected<String, None>