alias_api.delete_layers_by_name

alias_api.delete_layers_by_name(layer_names: collections.abc.Sequence[str]) int

Delete the layers with the given names.

Parameters

layer_names (List[str]) – The names of the layers to delete.

Returns

The status code result of the operation: sSuccess - all objects were deleted sFailure - one or more objects were not deleted

Return type

int(AlStatusCode)