Skip to main content

remove_layer_from_collection

Function remove_layer_from_collection 

Source
pub async fn remove_layer_from_collection(
    configuration: &Configuration,
    collection: &str,
    layer: &str,
) -> Result<(), Error<RemoveLayerFromCollectionError>>